You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
It was tested on Wemos D1 mini but could be easy adapted for any other esp8622 platform.
8
8
9
-
Header file settings.h includes default values of all important system settings: device name, wifi ssid and password, access rules for mqtt broker, timeouts and delays. Some of them can be load from serial terminal (see: serial_utils.cpp) or from EEPROM (see: EEPROM_utils.cpp).
9
+
Header file settings.h includes default values of all important system settings: device name, wifi ssid and password, access rules for mqtt broker, timeouts and delays. Some of them can be loaded from serial terminal (see: serial_utils.cpp) or from EEPROM (see: EEPROM_utils.cpp).
10
10
11
11
The program publishes:
12
12
- current state of 9 GPIOs: separately as messages of topics DEVICE_NAME/state/GPIOxx or all together as 9-bit word as message of topic DEVICE_NAME/state/GPIOALL;
0 commit comments