mirror of https://github.com/arendst/Tasmota.git
772ab3ac6e | ||
---|---|---|
.. | ||
main | ||
CMakeLists.txt | ||
Makefile | ||
README.md | ||
sdkconfig.defaults |
README.md
Quickstart:
- Build and flush:
idf.py build && idf.py flash -b 921600
- Write to the TTY, e.g.
script -f /dev/ttyUSB0
Known Issues:
- With ESP-IDF 4.0, there is seems to be an issue with the UART leading to missing / delayed data in some cases. Seems to be gone in 4.1. Enabling UART ISR in IRAM might help.