monitor command
This commit is contained in:
@@ -2,8 +2,13 @@
|
|||||||
## Init
|
## Init
|
||||||
|
|
||||||
idf.py set-target esp32c2
|
idf.py set-target esp32c2
|
||||||
|
idf.py reconfigure
|
||||||
|
|
||||||
## Build and flash
|
## Build and flash
|
||||||
|
|
||||||
idf.py build
|
idf.py build
|
||||||
idf.py -p /dev/serial/by-id/usb-Espressif* flash
|
idf.py -p /dev/serial/by-id/usb-Espressif* flash
|
||||||
|
|
||||||
|
## Monitor serial port
|
||||||
|
|
||||||
|
idf.py -p /dev/serial/by-id/usb-Espressif* monitor
|
||||||
|
|||||||
Reference in New Issue
Block a user