There was an error while loading. Please reload this page.
== UART2 で入出力
$ idf.py menuconfig Component config → ESP-STDIO Channel for console output (Custom UART) (17) UART TX on GPIO<num> (16) UART RX on GPIO<num>
こうすることで,kaniwriter から UART2 経由でプログラムを書き込み可能となる. ログ出力は UART2 に表示される.
基本
開発者向け
その他