Skip to content

Commit

Permalink
fix mqtt /get
Browse files Browse the repository at this point in the history
  • Loading branch information
ok1hra committed Sep 1, 2023
1 parent 21e377d commit fa5853e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ip-rot.ino
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Použití knihovny Wire ve verzi 2.0.0 v adresáři: /home/dan/Arduino/hardware/
*/
//-------------------------------------------------------------------------------------------------------
const char* REV = "20230818";
const char* REV = "20230901";

// #define CN3A // fix ip
float NoEndstopHighZone = 0;
Expand Down Expand Up @@ -3817,6 +3817,8 @@ void MqttRx(char *topic, byte *payload, unsigned int length) {
MqttPubString("Azimuth", String(Azimuth), false);
if(Status==0){
MqttPubString("AzimuthStop", String(Azimuth), false);
MqttPubString("StartAzimuth", String(StartAzimuth), false);
MqttPubString("Name", String(RotName), false);
}
TxMqttAzimuthTimer=millis();
if(EnableSerialDebug>0){
Expand Down

0 comments on commit fa5853e

Please sign in to comment.