modified: build/Blinker01.ino.map
modified: build/sketch/httpslei.cpp modified: build/sketch/httpslei.cpp.omaster
parent
19d9bd7585
commit
6f20c1238d
|
@ -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)
|
||||
|
|
|
@ -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升级
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue