Jeff Harris

Results 4 comments of Jeff Harris

I'm seeing the same issue with the demo change. I tried the demo app at version 2.2.0 as well as mainline. The device info reported by the app is a...

I found a different YubiKey which seems to be working both in the demo app and my own. It is a YubiKey 5 NFC, form factor USB_A_KEYCHAIN, firmware 5.2.4, and...

See the fix in #45. Also, we found this patch helps to gracefully disconnect the TCP sockets before Wireguard is shutdown: ``` diff --git a/components/esp_wireguard/src/esp_wireguard.c b/components/esp_wireguard/src/esp_wireguard.c index 0b463be2..b37f632d 100644 ---...