ESP32

EPS32, monitor option

CoyoteUgly 2018. 8. 20. 23:18

EPS32, monitor option



추가 기능 및 상세 설명은 아래 링크를 참고하세요.

  • https://esp-idf.readthedocs.io/en/latest/get-started/idf-monitor.html


    Ctrl-]
        will exit the monitor.

    Ctrl-T Ctrl-F
        make flash monitor

    Ctrl-T Ctrl-A
        make app-flash monitor

    Ctrl-T Ctrl-R
        will reset the target board via the RTS line (if it is connected.)
        Pause the Application

    Ctrl-T Ctrl-P
        will reset the target into bootloader, so that the board will run nothing.
    Then shortcut Ctrl-T Ctrl-R can be used to restart the application.

    Ctrl-T Ctrl-Y
        log on/off


'ESP32' 카테고리의 다른 글

ESP32, Wi-Fi, http2_request  (0) 2018.08.21
ESP32, UART, uart channel (0~2)  (0) 2018.08.20
ESP32, make option  (0) 2018.08.20
ESP32, 리눅스 개발 환경 설정  (0) 2018.08.20
ESP32, Wi-Fi, wifi_scan  (1) 2018.08.20