After new reworked devtool has been merged, the operation with it has become pretty intuitive and easy, however there's always some space to grow and I received a couple of requests/ideas for improvement (big thanks @bugadani)
- devtool doesn't list all examples, if we typo
esp-devtool run sleep_timer, the selector doesn't include sleep-timer
- maybe the devtool should present me with the selector, that has my input pre-filled
esp-devtool run twt
Error: 'twt' fits several: embassy_twt, embassy_twt_udp
check doesn't detect the chip
run: when I run an example, and unplug my device, it offers "Retry or skip? (r/s)" - it would be an awesome feature if I could swap devkits and hit retry, but right now the tool remembers the port so it wants to reconnect to what I unplugged
- allow chip shortenings (esp32p4 => p4, esp32c3 => c3 and so on)
After new reworked devtool has been merged, the operation with it has become pretty intuitive and easy, however there's always some space to grow and I received a couple of requests/ideas for improvement (big thanks @bugadani)
esp-devtool run sleep_timer, the selector doesn't include sleep-timercheckdoesn't detect the chiprun: when I run an example, and unplug my device, it offers "Retry or skip? (r/s)" - it would be an awesome feature if I could swap devkits and hit retry, but right now the tool remembers the port so it wants to reconnect to what I unplugged