Tasmota/lib/libesp32_epdiy/examples/terminal
gemu2015 772ab3ac6e move library 2021-04-03 17:41:35 +02:00
..
main move library 2021-04-03 17:41:35 +02:00
CMakeLists.txt move library 2021-04-03 17:41:35 +02:00
Makefile move library 2021-04-03 17:41:35 +02:00
README.md move library 2021-04-03 17:41:35 +02:00
sdkconfig.defaults move library 2021-04-03 17:41:35 +02:00

README.md

Quickstart:

  1. Build and flush: idf.py build && idf.py flash -b 921600
  2. 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.