Decoding 49 results
0x40205808: spiffs_object_find_object_index_header_by_name_v at spiffs_nucleus.c line ?
0x40204839: spiffs_stat_pix at spiffs_hydrogen.c line ?
0x4010676c: printf at ?? line ?
0x402116f9: String::changeBuffer(unsigned int) at ?? line ?
0x40203a01: check_poison$part$0$constprop$4 at umm_malloc.c line ?
0x40203b06: check_poison_block at umm_malloc.c line ?
0x40203c13: check_poison_all_blocks at umm_malloc.c line ?
0x40203d9e: malloc at ?? line ?
0x402116f9: String::changeBuffer(unsigned int) at ?? line ?
0x4021174e: String::reserve(unsigned int) at ?? line ?
0x4021177e: String::copy(char const*, unsigned int) at ?? line ?
0x402117cc: String::String(char const*) at ?? line ?
0x40203db4: malloc at ?? line ?
0x4020c777: AsyncAbstractResponse::_ack(AsyncWebServerRequest*, unsigned int, unsigned int) at ?? line ?
0x402038e4: _umm_free at umm_malloc.c line ?
0x40203fa0: free at ?? line ?
0x40211844: String::move(String&) at ?? line ?
0x4020c1f4: AsyncAbstractResponse::_respond(AsyncWebServerRequest*) at ?? line ?
0x4020b584: AsyncWebServerRequest::send(AsyncWebServerResponse*) at ?? line ?
0x40211880: String::operator=(String const&) at ?? line ?
0x4020b600: AsyncWebServerRequest::send(fs::FS&, String, String, bool) at ?? line ?
0x4021177e: String::copy(char const*, unsigned int) at ?? line ?
0x402117cc: String::String(char const*) at ?? line ?
0x402101eb: std::_Function_handler ::_M_invoke(std::_Any_data const&, AsyncWebServerRequest*) at main.cpp line ?
0x40203fa0: free at ?? line ?
0x4020d4d5: AsyncCallbackWebHandler::handleRequest(AsyncWebServerRequest*) at ?? line ?
0x4021174e: String::reserve(unsigned int) at ?? line ?
0x4020ba78: AsyncWebServerRequest::_parseLine() at ?? line ?
0x40211b98: String::concat(char) at ?? line ?
0x402014e0: operator delete(void*) at ?? line ?
0x4020bade: AsyncWebServerRequest::_parseByte(unsigned char) at ?? line ?
0x4020bc9f: AsyncWebServerRequest::_onData(void*, unsigned int) at ?? line ?
0x4020c048: AsyncWebServerRequest::AsyncWebServerRequest(AsyncWebServer*, AsyncClient*) at ?? line ?
0x402038e4: _umm_free at umm_malloc.c line ?
0x402038e4: _umm_free at umm_malloc.c line ?
0x4020be6d: std::_Function_handler ::_M_invoke(std::_Any_data const&, void*, AsyncClient*, void*, unsigned int) at WebRequest.cpp line ?
0x4020a06d: AsyncClient::_recv(tcp_pcb*, pbuf*, signed char) at ?? line ?
0x40221599: pbuf_alloc at ?? line ?
0x4022261e: tcp_input at ?? line ?
0x4020a0db: AsyncClient::_s_recv(void*, tcp_pcb*, pbuf*, signed char) at ?? line ?
0x402220dd: tcp_input at ?? line ?
0x402221db: tcp_input at ?? line ?
0x4022103e: ip_input at ?? line ?
0x4022037f: etharp_find_addr at ?? line ?
0x4022092a: ethernet_input at ?? line ?
0x4021c40b: system_get_sdk_version at ?? line ?
0x4020155f: loop_task(ETSEventTag*) at core_esp8266_main.cpp line ?
webServer.on("/memory.txt", [](AsyncWebServerRequest *request) {
Serial.println("Requesssssssssssssst");
if(SPIFFS.exists("/codes.txt")) {Serial.println("Existssssssssssss");}
request->send(SPIFFS, "/codes.txt", String(), true);
});