79313127

Date: 2024-12-28 02:53:20
Score: 1.5
Natty:
Report link

I was able to also reliably get my program to a state where the WiFi would only successfully connect on every other try.

On success, it would print: wifi:state: assoc -> run (0x10)

I knew it would fail when it printed: wifi:state: assoc -> init (0x2c0)

After I used idf.py to disable WiFi NVS flash (KCONFIG Name: ESP_WIFI_NVS_ENABLED), I was able to reconnect every time successfully.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jarek Lupinski