circuitpython/ports/espressif/common-hal/wifi
Scott Shawcroft f9d724c09e
Fix retries after successful connection.
We may have set retries to 0 to enforce a timeout but the connect
succeeded. When it succeeds, we want to allow retries later in
case we lose signal briefly. (The callback will do this too but
the connect function will override it after.)

Also, remove extra code from websocket that is leftover from
debugging.
2022-08-10 15:24:08 -07:00
..
Monitor.c fix wifi reset and monitor deinit routine 2021-11-10 23:38:44 +05:30
Monitor.h update wifi monitor 2021-11-04 16:21:18 +05:30
Network.c Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
Network.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
Radio.c Fix retries after successful connection. 2022-08-10 15:24:08 -07:00
Radio.h rearrange hostname 2021-11-02 12:33:11 +05:30
ScannedNetworks.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
ScannedNetworks.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
__init__.c Lots of web workflow, C3 and title bar fixes 2022-07-28 16:06:56 -07:00
__init__.h Adding manual IP address set 2022-05-27 15:33:54 -05:00