Skip to content

Commit ca7233c

Browse files
authored
Update README.md
1 parent a475504 commit ca7233c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
It was tested on Wemos D1 mini but could be easy adapted for any other esp8622 platform.
88

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).
1010

1111
The program publishes:
1212
- 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

Comments
 (0)