GPIO isr is not working

DrMickeyLauer
Posts: 163
Joined: Sun May 22, 2022 2:42 pm

Re: GPIO isr is not working

Postby DrMickeyLauer » Mon Jan 29, 2024 8:19 pm

We're pretty much offtopic here, but why-oh-why is idf.py monitor not using CTRL-C (or CTRL-D) to exit instead of using this crude completely non-standard key combination? I'm almost ready to patch it...

ESP_Sprite
Posts: 9577
Joined: Thu Nov 26, 2015 4:08 am

Re: GPIO isr is not working

Postby ESP_Sprite » Tue Jan 30, 2024 12:07 am

Because Ctrl-C and Ctrl-D result in useful ascii characters (break and EOF, respectively) being sent over the serial line; there's bound to be some people for whom those are useful (e.g. when porting POSIX applications). Ctrl-T or Ctrl-[ generally doesn't result in anything immediately useful.

Who is online

Users browsing this forum: No registered users and 128 guests