Fresh Code Base Runtime error #222
Answered
by
davepl
stretch911
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I’ve reworked the wifi (thought that’s not the cause), so you might want to pick up the changes I’ll check in later today.
My guess is low memory. Decrease MAX_BUFFERS to 20, let me know if that fixes it!
- Dave
… On Feb 13, 2023, at 1:48 PM, stretch911 ***@***.***> wrote:
just pulled latest code base. compile was good and upload as well...however, seeing this for looks like 99 times
Pass 21 of 99: Connecting to Wifi SSID: eZone - ESP32 Free Memory: 45016, PSRAM:0, PSRAM Free: 0
E (106432) wifi:create wifi task: failed to create task
[105744][E][WiFiGeneric.cpp:680] wifiLowLevelInit(): esp_wifi_init 257
[105748][E][WiFiSTA.cpp:227] begin(): STA enable failed!
—
Reply to this email directly, view it on GitHub <#222>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCF75NQTHC7V3MLDQV5LWXKT3NANCNFSM6AAAAAAU2ZLLWE>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stretch911
-
You’re welcome! Another way is to increase RESERVE_MEMORY by about 20K and leave MAX_BUFFERS uncapped.
… On Feb 13, 2023, at 2:06 PM, stretch911 ***@***.***> wrote:
i added that to "atomlight" in globals.h and it worked. thanks!!
—
Reply to this email directly, view it on GitHub <#222 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCF6PATWOPMK72IMRINTWXKV7ZANCNFSM6AAAAAAU2ZLLWE>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
just pulled latest code base. compile was good and upload as well...however, seeing this for looks like 99 times
Pass 21 of 99: Connecting to Wifi SSID: eZone - ESP32 Free Memory: 45016, PSRAM:0, PSRAM Free: 0
E (106432) wifi:create wifi task: failed to create task
[105744][E][WiFiGeneric.cpp:680] wifiLowLevelInit(): esp_wifi_init 257
[105748][E][WiFiSTA.cpp:227] begin(): STA enable failed!
Beta Was this translation helpful? Give feedback.
All reactions