Skip to content

Commit b25b7d7

Browse files
committed
Arduino Bootstrapper (v1.12.9)
1 parent 8bdca36 commit b25b7d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/sblantipodi/arduino_bootstrapper.git"
88
},
9-
"version": "1.12.8",
9+
"version": "1.12.9",
1010
"examples": "examples/*.cpp",
1111
"exclude": "tests",
1212
"frameworks": "arduino",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Bootstrapper
2-
version=1.12.8
2+
version=1.12.9
33
author=Davide Perini <[email protected]>
44
maintainer=Davide Perini <[email protected]>
55
sentence=A client library for MQTT messaging.

src/WifiManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ void WifiManager::parseWiFiCommand(char *rpcData) {
690690
improvActive = 2;
691691
DynamicJsonDocument doc(1024);
692692
String devName = String(random(0, 100000));
693-
doc["deviceName"] = "GlowWorm_" + devName;
693+
doc["deviceName"] = "GLOW_WORM_" + devName;
694694
doc["microcontrollerIP"] = "DHCP";
695695
doc["qsid"] = clientSSID;
696696
doc["qpass"] = clientPass;

0 commit comments

Comments
 (0)