* fix #845 MqTT subscription for `ctrl/power/[IV-ID]` was missing
@ -1,5 +1,8 @@
# Development Changes
## 0.6.5 - 2023-04-11
## 0.6.4 - 2023-04-06
* merge PR #846, improved NRF24 communication and MI, thx @beegee3 & @rejoe2
* merge PR #859, fix burger menu height, thx @ThomasPohl
@ -247,6 +247,8 @@ class PubMqtt {
subscribe(mVal);
snprintf(mVal, 20, "ctrl/restart/%d", i);
snprintf(mVal, 20, "ctrl/power/%d", i);
}
subscribe(subscr[MQTT_SUBS_SET_TIME]);