diff --git a/build/Blinker01.ino.map b/build/Blinker01.ino.map index 439d8b8..a32589d 100644 --- a/build/Blinker01.ino.map +++ b/build/Blinker01.ino.map @@ -47324,7 +47324,7 @@ LOAD c:/users/32244/appdata/local/arduino15/packages/esp32/tools/xtensa-esp32s3- 0x24 (size before relaxing) .literal._Z13httpsOtaStartv 0x42000c74 0x14 c:\Users\32244\Documents\Arduino\generated_examples\Blinker01\build\sketch\httpslei.cpp.o - 0x20 (size before relaxing) + 0x24 (size before relaxing) .literal._Z14httpsOtaTurnOnv 0x42000c88 0x4 c:\Users\32244\Documents\Arduino\generated_examples\Blinker01\build\sketch\httpslei.cpp.o 0xc (size before relaxing) diff --git a/build/sketch/httpslei.cpp b/build/sketch/httpslei.cpp index 964f806..a766eb0 100644 --- a/build/sketch/httpslei.cpp +++ b/build/sketch/httpslei.cpp @@ -80,7 +80,7 @@ void readStaus(void *p){ } void httpsOtaStart(){ HttpsOTA.begin(url,server_certificate); - xTaskCreate(readStaus,"readStaus", 1200,NULL,2, NULL); + xTaskCreate(readStaus,"readStaus", 2048,NULL,2, NULL); } void httpsOtaTurnOn(){ HttpsOTA.onHttpEvent(HttpEvent); //启用OTA升级 diff --git a/build/sketch/httpslei.cpp.o b/build/sketch/httpslei.cpp.o index 370617d..9d37556 100644 Binary files a/build/sketch/httpslei.cpp.o and b/build/sketch/httpslei.cpp.o differ