Update README.md

This commit is contained in:
thelsing 2022-08-15 11:31:29 +02:00 committed by GitHub
parent 8af9121f6f
commit 920b1d287a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,6 @@ For ESP8266 and ESP32 [WifiManager](https://github.com/tzapu/WiFiManager) is use
Don't forget to reset ESP8266 manually (disconnect power) after flashing. The reboot doen't work during configuration with ETS otherwise. Don't forget to reset ESP8266 manually (disconnect power) after flashing. The reboot doen't work during configuration with ETS otherwise.
The SAMD21 version uses my version of the [FlashStorage](https://github.com/thelsing/FlashStorage) lib (Pull request pending).
Generated documentation can be found [here](https://knx.readthedocs.io/en/latest/). Generated documentation can be found [here](https://knx.readthedocs.io/en/latest/).
## Stack configuration possibilities ## Stack configuration possibilities
@ -52,4 +50,4 @@ void main ()
} }
``` ```
More configuration options can be found in the examples. More configuration options can be found in the examples.