Wouter

Results 9 comments of Wouter

Note that the linux_spi code already has the GPIO v2 infrastructure implemented. See init code starting here https://github.com/avrdudes/avrdude/blob/1c0b70da899628f1cad90e21cba8463a59a4744f/src/linuxspi.c#L176 and actual usage starting here: https://github.com/avrdudes/avrdude/blob/1c0b70da899628f1cad90e21cba8463a59a4744f/src/linuxspi.c#L110 So instead of a new dependency...

I made a version that (sort of) supports this. Can you please checkout https://github.com/wutje/NanoVNA-V2-firmware/releases/tag/cw_mode_fix-beta.5 and see if that helps? It is still work-in-progress.

I have no problem touching the screen. Perhaps your calibration is corrupt? The buttons also work for me, bit clumsy but they work.

The official test release https://github.com/nanovna/NanoVNA-V2-firmware/releases/tag/20200916 added this feature in a different way.

On my Debian 10 machine **_iw_** returns not found, **_sudo iw_** works.

On my Debian 10 machines `iw` is in `/sbin`, not `/usr/bin`. And a normal user is allowed to execute it.

It seems that #10137 and #9803 are similar issues but those where closed due to inactivity and did not pin point the problem to `ip route` showing the issue.

Ah after some more reading I think this also solves the problems in #22. My original implementation was like this but then commit 3eb6e144fcf8b4b4c3e44d06481e1032aeac894d changed the timeout from 0 to...