Skip to content

Commit d968547

Browse files
authored
update version
1 parent 0a7359f commit d968547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

h801-mqtt-json.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// #define MQTT_MAX_PACKET_SIZE 128 --> #define MQTT_MAX_PACKET_SIZE 800
1111

1212
#define MQTT_MAX_PACKET_SIZE 800
13-
#define FIRMWARE_VERSION "0.1.0"
13+
#define FIRMWARE_VERSION "2.0.0"
1414
#define MANUFACTURER "Huacanxing"
1515

1616
#include <string>
@@ -1237,4 +1237,4 @@ void UDP_loop(unsigned long now) {
12371237
publishWhiteJsonState();
12381238
}
12391239
}
1240-
}
1240+
}

0 commit comments

Comments
 (0)