You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi There, I compile and upload the code to the M5stack Core v1.0, the device seemed to be restard always, M5stack is showing Settip Up Wifi and Checking SD every time, so I check the serial monitor on arduino IDE, and found out a memory problema related to the ESP data start config. Error as follows:
Current pcap file is: /pcap/0000.pcap
SD CHECK OPEN
NVS Flash init
LWIP init
[1] Skipping event loop init
[2] Initing WiFi with config defaults
E (9355) wifi:Expected to init 8 rx buffer, actual is 7
ESP_ERROR_CHECK failed: esp_err_t 0x101 (ESP_ERR_NO_MEM) at 0x4008de48
Is this related to a ESP library issue or bug?
The text was updated successfully, but these errors were encountered:
Hi There, I compile and upload the code to the M5stack Core v1.0, the device seemed to be restard always, M5stack is showing Settip Up Wifi and Checking SD every time, so I check the serial monitor on arduino IDE, and found out a memory problema related to the ESP data start config. Error as follows:
Current pcap file is: /pcap/0000.pcap
SD CHECK OPEN
NVS Flash init
LWIP init
[1] Skipping event loop init
[2] Initing WiFi with config defaults
E (9355) wifi:Expected to init 8 rx buffer, actual is 7
ESP_ERROR_CHECK failed: esp_err_t 0x101 (ESP_ERR_NO_MEM) at 0x4008de48
Is this related to a ESP library issue or bug?
The text was updated successfully, but these errors were encountered: