GPIO isr is not working
-
- Posts: 167
- Joined: Sun May 22, 2022 2:42 pm
Re: GPIO isr is not working
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...
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: GPIO isr is not working
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 100 guests