Philip Howard
Philip Howard
Ooof, is *this* what you mean by not being able to get back into the menu @mikerr? Will have to look into convincing the charge controller to... shhh.
The above values seem to be for ESP32 whereas Pico W's (or rather CYW43's) bitfield is set here: https://github.com/georgerobotics/cyw43-driver/blob/v1.1.0/src/cyw43_ll.c#L573-L584 So 0 is no security, whereas `mode & 1`, `mode &...
I suspect the wrapped line below is because it hits some line length threshold, no need - afaik - to try and match that style since it's a functional choice...
> not quite consistent That is an understatement 😆 The ESP32 values would imply I'm running enterprise WPA, so your `wifi_scan.py` is wrong for the RP2 port (it will report...
> don't know how to pull it into this PR If you make the commit in your `kc64-patch-1` branch then it will just pop up here. You can update the...
Hmm I wonder if we could misappropriate capslock/numlock or scrolllock for this....
In hindsight this makes an awful lot of sense.