Guest User

Untitled

a guest
Mar 14th, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.80 KB | None | 0 0
  1. ```
  2.  
  3. > Executing task: C:\Users\Utente\.platformio\penv\Scripts\platformio.exe run --verbose --target upload --environment abiot-gateway-arduinoesp32 <
  4.  
  5. Processing abiot-gateway-arduinoesp32 (platform: https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2idf/platform-espressif32-2.0.2.zip; framework: arduino; board: esp32-s2-saola-1; lib_deps: knolleary/PubSubClient@^2.8, vshymanskyy/TinyGSM@^0.11.4, plerup/EspSoftwareSerial@^6.13.2, xreef/EByte LoRa E32 library@^1.5.2, adafruit/RTClib@^1.14.1, nickgammon/Regexp@^0.1.0, bblanchon/ArduinoJson@^6.18.5, arduino-libraries/Ethernet@^2.0.0, openslab-osu/SSLClient@^1.6.11, ayushsharma82/AsyncElegantOTA@^2.2.6, ottowinter/ESPAsyncWebServer-esphome@^2.1.0; upload_port: COM15; monitor_port: COM15; build_flags: -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG; build_type: debug; upload_protocol: esp-prog; debug_tool: esp-prog; debug_speed: 500)
  6. -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Library Manager: Installing Hash
  7. Library Manager: Warning! Could not install dependency {'name': 'Hash', 'platforms': ['espressif8266']} for package 'ESPAsyncWebServer-esphome'
  8. Library Manager: Installing ESP8266WiFi
  9. Library Manager: Warning! Could not install dependency {'name': 'ESP8266WiFi', 'platforms': ['espressif8266']} for package 'ESPAsyncWebServer-esphome'
  10. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-s2-saola-1.html
  11. PLATFORM: Espressif 32 (2.0.2) (https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2idf/platform-espressif32-2.0.2.zip) > Espressif ESP32-S2-Saola-1
  12. HARDWARE: ESP32S2 240MHz, 320KB RAM, 4MB Flash
  13. DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
  14. PACKAGES:
  15. - framework-arduinoespressif32 2.0.2 (https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/555/framework-arduinoespressif32-release_v4.4-831152548.tar.gz)
  16. - tool-esptoolpy 1.30200.211025 (3.2.0, https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip)
  17. - tool-mklittlefs 1.203.210628 (2.3)
  18. - tool-mkspiffs 2.230.0 (2.30)
  19. - tool-openocd-esp32 2.1000.20210721 (10.0)
  20. - toolchain-esp32s2ulp 1.22851.191205 (2.28.51)
  21. - toolchain-riscv32-esp 8.4.0+2021r2
  22. - toolchain-xtensa-esp32s2 8.4.0+2021r2
  23. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  24. LDF Modes: Finder ~ chain, Compatibility ~ soft
  25. Platform incompatible library C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\ESPAsyncTCP-esphome
  26. More details about "Library Compatibility Mode": https://docs.platformio.org/page/librarymanager/ldf.html#ldf-compat-mode
  27. Found 43 compatible libraries
  28. Scanning dependencies...
  29. Warning: Ignored `ESPAsyncTCP-esphome` dependency for `ESPAsyncWebServer-esphome` library
  30. Warning: Ignored `Hash` dependency for `ESPAsyncWebServer-esphome` library
  31. Warning: Ignored `ESP8266WiFi` dependency for `ESPAsyncWebServer-esphome` library
  32. Warning! Circular dependencies detected between `C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\ESPAsyncWebServer-esphome` and `C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\AsyncElegantOTA`
  33. Dependency Graph
  34. ....
  35. | |-- <EspSoftwareSerial> 6.15.2 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\EspSoftwareSerial)
  36. |-- <RTClib> 1.14.1 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\RTClib)
  37. | |-- <Wire> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\Wire)
  38. |-- <Regexp> 0.1.0 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\Regexp)
  39. |-- <ArduinoJson> 6.18.5 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\ArduinoJson)
  40. |-- <Ethernet> 2.0.0 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\Ethernet)
  41. | |-- <SPI> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\SPI)
  42. |-- <SSLClient> 1.6.11 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\SSLClient)
  43. |-- <AsyncElegantOTA> 2.2.6 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\AsyncElegantOTA)
  44. | |-- <AsyncTCP-esphome> 1.2.2 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\AsyncTCP-esphome)
  45. | |-- <ESPAsyncWebServer-esphome> 2.1.0 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\ESPAsyncWebServer-esphome)
  46. | | |-- <AsyncTCP-esphome> 1.2.2 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\AsyncTCP-esphome)
  47. | | |-- <FS> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\FS)
  48. | | |-- <WiFi> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\WiFi)
  49. | | |-- <ArduinoJson> 6.18.5 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\ArduinoJson)
  50. | |-- <FS> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\FS)
  51. | |-- <Update> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\Update)
  52. | |-- <WiFi> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\WiFi)
  53. |-- <ESPAsyncWebServer-esphome> 2.1.0 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\ESPAsyncWebServer-esphome)
  54. | |-- <AsyncTCP-esphome> 1.2.2 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\AsyncTCP-esphome)
  55. | |-- <FS> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\FS)
  56. | |-- <WiFi> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\WiFi)
  57. | |-- <ArduinoJson> 6.18.5 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\ArduinoJson)
  58. |-- <WiFi> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\WiFi)
  59. |-- <SPI> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\SPI)
  60. |-- <AsyncTCP-esphome> 1.2.2 (C:\Users\Utente\Documents\PlatformIO\Projects\abiot\abiot-gateway\.pio\libdeps\abiot-gateway-arduinoesp32\AsyncTCP-esphome)
  61. |-- <WiFiClientSecure> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\WiFiClientSecure)
  62. | |-- <WiFi> 2.0.0 (C:\Users\Utente\.platformio\packages\framework-arduinoespressif32\libraries\WiFi)
  63. Building in debug mode
  64. <lambda>(["checkprogsize"], [".pio\build\abiot-gateway-arduinoesp32\firmware.elf"])
  65. MethodWrapper(["checkprogsize"], [".pio\build\abiot-gateway-arduinoesp32\firmware.elf"])
  66. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  67. RAM: [= ] 14.0% (used 45972 bytes from 327680 bytes)
  68. Flash: [====== ] 64.7% (used 848286 bytes from 1310720 bytes)
  69. .pio\build\abiot-gateway-arduinoesp32\firmware.elf :
  70.  
  71. section size addr
  72.  
  73. .rtc.text 0 1074200576
  74.  
  75. .rtc.dummy 0 1073340416
  76.  
  77. .rtc.force_fast 0 1073340416
  78.  
  79. .rtc.data 16 1342177280
  80.  
  81. .rtc_noinit 0 1342177296
  82.  
  83. .rtc.force_slow 0 1342177296
  84.  
  85. .iram0.vectors 1027 1073889280
  86.  
  87. .iram0.text 55208 1073890308
  88.  
  89. .dram0_reserved_for_iram 56236 1073430528
  90.  
  91. .dram0.data 10588 1073486768
  92.  
  93. .noinit 0 1073497356
  94.  
  95. .ext_ram.bss 0 1062207488
  96.  
  97. .dram0.bss 35384 1073497360
  98.  
  99. .flash.appdesc 256 1056964640
  100.  
  101. .flash.rodata 140256 1056964896
  102.  
  103. .flash.rodata_noload 19623 1057105152
  104.  
  105. .flash.text 641207 1074266144
  106.  
  107. .iram0.text_end 0 1073945516
  108.  
  109. .dram0.heap_start 0 1073532744
  110.  
  111. .xtensa.info 56 0
  112.  
  113. .comment 159 0
  114.  
  115. .xt.lit._ZNSt8functionIFvPcPhjEEC5IPS2_vvEET_ 8 0
  116.  
  117. .xt.lit._ZN18ArduinoJson6185_9116JsonDeserializerINS_6ReaderIPhvEENS_11StringMoverEE12parseVariantINS_14AllowAllFilterEEEbRNS_11VariantDataET_NS_12NestingLimitE 8 0
  118.  
  119. .xt.lit._ZN18ArduinoJson6185_9111deserializeINS_16JsonDeserializerEPhNS_14AllowAllFilterEEENS_20DeserializationErrorERNS_12JsonDocumentERT0_NS_12NestingLimitET1_ 8 0
  120.  
  121. .xt.lit._ZN18ArduinoJson6185_9115deserializeJsonIhEENS_20DeserializationErrorERNS_12JsonDocumentEPT_NS_12NestingLimitE 0 0
  122.  
  123. .xt.lit._ZN18ArduinoJson6185_915isnanIfEEbT_ 8 0
  124.  
  125. .xt.lit._ZN18ArduinoJson6185_915isinfIfEEbT_ 8 0
  126.  
  127. .xt.lit._ZNK18ArduinoJson6185_9111VariantData6acceptINS_14JsonSerializerINS_6WriterI6StringvEEEEEENT_11result_typeERS7_ 8 0
  128.  
  129. .xt.lit._ZN18ArduinoJson6185_9111doSerializeINS_14JsonSerializerENS_17BasicJsonDocumentINS_16DefaultAllocatorEEENS_6WriterI6StringvEEEEjRKT0_T1_ 8 0
  130.  
  131. .xt.lit._ZN18ArduinoJson6185_919serializeINS_14JsonSerializerENS_17BasicJsonDocumentINS_16DefaultAllocatorEEE6StringEEjRKT0_RT1_ 0 0
  132.  
  133. .xt.lit._ZN18ArduinoJson6185_9113serializeJsonINS_17BasicJsonDocumentINS_16DefaultAllocatorEEE6StringEEjRKT_RT0_ 0 0
  134.  
  135. .xt.prop._ZNSt8functionIFvPcPhjEEC5IPS2_vvEET_ 12 0
  136.  
  137. .xt.prop._ZN18ArduinoJson6185_9116JsonDeserializerINS_6ReaderIPhvEENS_11StringMoverEE12parseVariantINS_14AllowAllFilterEEEbRNS_11VariantDataET_NS_12NestingLimitE 4404 0
  138.  
  139. .xt.prop._ZN18ArduinoJson6185_9111deserializeINS_16JsonDeserializerEPhNS_14AllowAllFilterEEENS_20DeserializationErrorERNS_12JsonDocumentERT0_NS_12NestingLimitET1_ 144 0
  140.  
  141. .xt.prop._ZN18ArduinoJson6185_9115deserializeJsonIhEENS_20DeserializationErrorERNS_12JsonDocumentEPT_NS_12NestingLimitE 36 0
  142.  
  143. .xt.prop._ZN18ArduinoJson6185_915isnanIfEEbT_ 60 0
  144.  
  145. .xt.prop._ZN18ArduinoJson6185_915isinfIfEEbT_ 96 0
  146.  
  147. .xt.prop._ZNK18ArduinoJson6185_9111VariantData6acceptINS_14JsonSerializerINS_6WriterI6StringvEEEEEENT_11result_typeERS7_ 2652 0
  148.  
  149. .xt.prop._ZN18ArduinoJson6185_9111doSerializeINS_14JsonSerializerENS_17BasicJsonDocumentINS_16DefaultAllocatorEEENS_6WriterI6StringvEEEEjRKT0_T1_ 144 0
  150.  
  151. .xt.prop._ZN18ArduinoJson6185_919serializeINS_14JsonSerializerENS_17BasicJsonDocumentINS_16DefaultAllocatorEEE6StringEEjRKT0_RT1_ 48 0
  152.  
  153. .xt.prop._ZN18ArduinoJson6185_9113serializeJsonINS_17BasicJsonDocumentINS_16DefaultAllocatorEEE6StringEEjRKT_RT0_ 36 0
  154.  
  155. .xt.prop._ZNK18ArduinoJson6185_9120DeserializationError14safeBoolHelperEv 36 0
  156.  
  157. .xt.prop._ZNSt17_Function_handlerIFvPcPhjEPS2_E9_M_invokeERKSt9_Any_dataOS0_OS1_Oj 36 0
  158.  
  159. .xt.prop._ZNSt14_Function_base13_Base_managerIPFvPcPhjEE10_M_managerERSt9_Any_dataRKS6_St18_Manager_operation 84 0
  160.  
  161. .xt.prop._ZNSt8functionIFvPcPhjEEC2IPS2_vvEET_ 36 0
  162.  
  163. .xt.prop._ZN18ArduinoJson6185_9110alias_castIfjEET_T0_ 36 0
  164.  
  165. .xt.prop._ZN18ArduinoJson6185_918pgm_readIfEENS_9enable_ifIXaasrNS_17is_floating_pointIT_EE5valueeqstS3_stfES3_E4typeEPKv 36 0
  166.  
  167. .xt.prop._ZN18ArduinoJson6185_9117makeStringStorageIhEENS_11StringMoverEPT_RNS_10MemoryPoolEPNS_9enable_ifIXntsrNS_8is_constIS2_EE5valueEvE4typeE 36 0
  168.  
  169. .xt.prop._ZN18ArduinoJson6185_9116makeDeserializerINS_16JsonDeserializerENS_6ReaderIPhvEENS_11StringMoverEEET_IT0_T1_ERNS_10MemoryPoolES7_S8_ 36 0
  170.  
  171. .xt.prop._ZZN18ArduinoJson6185_9111FloatTraitsIfLj4EE31negativeBinaryPowerOfTenPlusOneEiE7factors 12 0
  172.  
  173. .xt.prop._ZZN18ArduinoJson6185_9111FloatTraitsIfLj4EE24negativeBinaryPowerOfTenEiE7factors 12 0
  174.  
  175. .xt.prop._ZZN18ArduinoJson6185_9111FloatTraitsIfLj4EE24positiveBinaryPowerOfTenEiE7factors 12 0
  176.  
  177. .xt.lit._ZN18ArduinoJson6185_9113convertNumberIjmEET_T0_ 8 0
  178.  
  179. .xt.lit._ZN18ArduinoJson6185_9113convertNumberIjlEET_T0_ 8 0
  180.  
  181. .xt.lit._ZN18ArduinoJson6185_9116canConvertNumberIjfEENS_9enable_ifIXaasrNS_17is_floating_pointIT0_EE5valuentsrNS2_IT_EE5valueEbE4typeES3_ 8 0
  182.  
  183. .xt.lit._ZN18ArduinoJson6185_9113convertNumberIjfEET_T0_ 0 0
  184.  
  185. .xt.lit._ZNK18ArduinoJson6185_9111VariantData10asIntegralIjEET_v 0 0
  186.  
  187. .xt.lit._ZN18ArduinoJson6185_9111doSerializeINS_14JsonSerializerENS_15VariantConstRefENS_6WriterI6StringvEEEEjRKT0_T1_ 8 0
  188.  
  189. .xt.lit._ZN18ArduinoJson6185_919serializeINS_14JsonSerializerENS_15VariantConstRefE6StringEEjRKT0_RT1_ 0 0
  190.  
  191. .xt.lit._ZN18ArduinoJson6185_9113serializeJsonINS_15VariantConstRefE6StringEEjRKT_RT0_ 0 0
  192.  
  193. .xt.prop._ZN18ArduinoJson6185_9113convertNumberIjmEET_T0_ 60 0
  194.  
  195. .xt.prop._ZN18ArduinoJson6185_9113convertNumberIjlEET_T0_ 60 0
  196.  
  197. .xt.prop._ZN18ArduinoJson6185_9116canConvertNumberIjfEENS_9enable_ifIXaasrNS_17is_floating_pointIT0_EE5valuentsrNS2_IT_EE5valueEbE4typeES3_ 96 0
  198.  
  199. .xt.prop._ZN18ArduinoJson6185_9113convertNumberIjfEET_T0_ 60 0
  200.  
  201. .xt.prop._ZNK18ArduinoJson6185_9111VariantData10asIntegralIjEET_v 780 0
  202.  
  203. .xt.prop._ZN18ArduinoJson6185_9111doSerializeINS_14JsonSerializerENS_15VariantConstRefENS_6WriterI6StringvEEEEjRKT0_T1_ 144 0
  204.  
  205. .xt.prop._ZN18ArduinoJson6185_919serializeINS_14JsonSerializerENS_15VariantConstRefE6StringEEjRKT0_RT1_ 48 0
  206.  
  207. .xt.prop._ZN18ArduinoJson6185_9113serializeJsonINS_15VariantConstRefE6StringEEjRKT_RT0_ 36 0
  208.  
  209. .xt.prop._ZN18ArduinoJson6185_9116canConvertNumberIjmEENS_9enable_ifIXaaaaaasrNS_11is_integralIT0_EE5valuesrNS_11is_unsignedIS3_EE5valuesrNS2_IT_EE5valuelestS7_stS3_EbE4typeES3_ 36 0
  210.  
  211. .xt.prop._ZN18ArduinoJson6185_9116canConvertNumberIjlEENS_9enable_ifIXaaaaaaaasrNS_11is_integralIT0_EE5valuesrNS_9is_signedIS3_EE5valuesrNS2_IT_EE5valuesrNS_11is_unsignedIS7_EE5valuegestS7_stS3_EbE4typeES3_ 60 0
  212.  
  213. .xt.prop._ZN5Print17availableForWriteEv 36 0
  214.  
  215. .xt.prop._ZN6Stream9readBytesEPhj 36 0
  216.  
  217. .xt.prop._ZTV11AbiotClient 12 0
  218.  
  219. .xt.lit._ZN7MainGSM13TinyGsmSim80015GsmClientSim800D5Ev 0 0
  220.  
  221. .xt.lit._ZN7MainGSM13TinyGsmSim80015GsmClientSim8007connectE9IPAddresst 8 0
  222.  
  223. .xt.lit._ZN7MainGSM13TinyGsmSim80012waitResponseEjR6StringPKcS4_S4_S4_S4_ 8 0
  224.  
  225. .xt.lit._ZN7MainGSM13TinyGsmSim80015GsmClientSim8007connectEPKcti 8 0
  226.  
  227. .xt.lit._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient5writeEPKhj 8 0
  228.  
  229. .xt.lit._ZN7MainGSM13TinyGsmSim80015GsmClientSim8004stopEv 8 0
  230.  
  231. .xt.lit._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE12maintainImplEv 0 0
  232.  
  233. .xt.lit._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient4readEPhj 8 0
  234.  
  235. .xt.lit._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient9availableEv 0 0
  236.  
  237. .xt.prop._ZN7MainGSM13TinyGsmSim80015GsmClientSim800D5Ev 0 0
  238.  
  239. .xt.prop._ZN7MainGSM13TinyGsmSim80015GsmClientSim8007connectE9IPAddresst 84 0
  240.  
  241. .xt.prop._ZN7MainGSM13TinyGsmSim80012waitResponseEjR6StringPKcS4_S4_S4_S4_ 936 0
  242.  
  243. .xt.prop._ZN7MainGSM13TinyGsmSim80015GsmClientSim8007connectEPKcti 60 0
  244.  
  245. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient5writeEPKhj 1164 0
  246.  
  247. .xt.prop._ZN7MainGSM13TinyGsmSim80015GsmClientSim8004stopEv 1944 0
  248.  
  249. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE12maintainImplEv 1032 0
  250.  
  251. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient4readEPhj 3888 0
  252.  
  253. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient9availableEv 132 0
  254.  
  255. .xt.prop._ZN7MainGSM13TinyGsmSim80015GsmClientSim8007connectEPKct 36 0
  256.  
  257. .xt.prop._ZN7MainGSM13TinyGsmSim80015GsmClientSim800D2Ev 36 0
  258.  
  259. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient5writeEh 36 0
  260.  
  261. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient4readEv 60 0
  262.  
  263. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient4peekEv 36 0
  264.  
  265. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient5flushEv 36 0
  266.  
  267. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClient9connectedEv 60 0
  268.  
  269. .xt.prop._ZN7MainGSM10TinyGsmTCPINS_13TinyGsmSim800ELh5EE9GsmClientcvbEv 36 0
  270.  
  271. .xt.prop._ZN7MainGSM13TinyGsmSim80015GsmClientSim800D0Ev 36 0
  272.  
  273. .xt.prop._ZN7MainGSM10TinyGsmMinItEERKT_S3_S3_ 48 0
  274.  
  275. .xt.prop._ZN7MainGSM10TinyGsmMinIjEERKT_S3_S3_ 48 0
  276.  
  277. .xt.prop._ZTVN7MainGSM13TinyGsmSim80015GsmClientSim800E 12 0
  278.  
  279. .xt.lit._ZNSt17_Function_handlerIFvP21AsyncWebServerRequestEZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS7_EUlS1_E_E9_M_invokeERKSt9_Any_dataOS1_ 8 0
  280.  
  281. .xt.lit._ZNSt17_Function_handlerIFvP21AsyncWebServerRequestEZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS7_EUlS1_E0_E9_M_invokeERKSt9_Any_dataOS1_ 8 0
  282.  
  283. .xt.lit._ZNSt17_Function_handlerIFvP21AsyncWebServerRequestEZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS7_EUlS1_E1_E9_M_invokeERKSt9_Any_dataOS1_ 8 0
  284.  
  285. .xt.lit._ZNSt17_Function_handlerIFvP21AsyncWebServerRequestRK6StringjPhjbEZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcSB_EUlS1_S2_jS5_jbE2_E9_M_invokeERKSt9_Any_dataOS1_S4_OjOS5_SI_Ob 8 0
  286.  
  287. .xt.lit._ZN20AsyncElegantOtaClassC5Ev 8 0
  288.  
  289. .xt.lit._ZNSt8functionIFvP21AsyncWebServerRequestEEC5IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS9_EUlS1_E_vvEET_ 8 0
  290.  
  291. .xt.lit._ZNSt8functionIFvP21AsyncWebServerRequestEEC5IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS9_EUlS1_E0_vvEET_ 8 0
  292.  
  293. .xt.lit._ZNSt8functionIFvP21AsyncWebServerRequestEEC5IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS9_EUlS1_E1_vvEET_ 8 0
  294.  
  295. .xt.lit._ZNSt8functionIFvP21AsyncWebServerRequestRK6StringjPhjbEEC5IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcSD_EUlS1_S2_jS5_jbE2_vvEET_ 8 0
  296.  
  297. .xt.prop._ZNSt17_Function_handlerIFvP21AsyncWebServerRequestEZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS7_EUlS1_E_E9_M_invokeERKSt9_Any_dataOS1_ 144 0
  298.  
  299. .xt.prop._ZNSt17_Function_handlerIFvP21AsyncWebServerRequestEZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS7_EUlS1_E0_E9_M_invokeERKSt9_Any_dataOS1_ 144 0
  300.  
  301. .xt.prop._ZNSt17_Function_handlerIFvP21AsyncWebServerRequestEZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS7_EUlS1_E1_E9_M_invokeERKSt9_Any_dataOS1_ 180 0
  302.  
  303. .xt.prop._ZNSt17_Function_handlerIFvP21AsyncWebServerRequestRK6StringjPhjbEZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcSB_EUlS1_S2_jS5_jbE2_E9_M_invokeERKSt9_Any_dataOS1_S4_OjOS5_SI_Ob 336 0
  304.  
  305. .xt.prop._ZN20AsyncElegantOtaClassC5Ev 12 0
  306.  
  307. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestEEC5IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS9_EUlS1_E_vvEET_ 12 0
  308.  
  309. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestEEC5IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS9_EUlS1_E0_vvEET_ 12 0
  310.  
  311. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestEEC5IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS9_EUlS1_E1_vvEET_ 12 0
  312.  
  313. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestRK6StringjPhjbEEC5IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcSD_EUlS1_S2_jS5_jbE2_vvEET_ 12 0
  314.  
  315. .xt.prop._ZNSt14_Function_base13_Base_managerIZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS5_EUlP21AsyncWebServerRequestE_E10_M_managerERSt9_Any_dataRKSA_St18_Manager_operation 84 0
  316.  
  317. .xt.prop._ZNSt14_Function_base13_Base_managerIZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS5_EUlP21AsyncWebServerRequestE0_E10_M_managerERSt9_Any_dataRKSA_St18_Manager_operation 84 0
  318.  
  319. .xt.prop._ZNSt14_Function_base13_Base_managerIZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS5_EUlP21AsyncWebServerRequestE1_E10_M_managerERSt9_Any_dataRKSA_St18_Manager_operation 84 0
  320.  
  321. .xt.prop._ZNSt14_Function_base13_Base_managerIZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS5_EUlP21AsyncWebServerRequest6StringjPhjbE2_E10_M_managerERSt9_Any_dataRKSC_St18_Manager_operation 84 0
  322.  
  323. .xt.prop._ZN20AsyncElegantOtaClassC2Ev 48 0
  324.  
  325. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestEEC2IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS9_EUlS1_E_vvEET_ 36 0
  326.  
  327. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestEEC2IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS9_EUlS1_E0_vvEET_ 36 0
  328.  
  329. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestEEC2IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcS9_EUlS1_E1_vvEET_ 36 0
  330.  
  331. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestRK6StringjPhjbEEC2IZN20AsyncElegantOtaClass5beginEP14AsyncWebServerPKcSD_EUlS1_S2_jS5_jbE2_vvEET_ 36 0
  332.  
  333. .xt.lit._ZNSt6vectorI10SSLSessionSaIS0_EED5Ev 0 0
  334.  
  335. .xt.prop._ZNSt6vectorI10SSLSessionSaIS0_EED5Ev 0 0
  336.  
  337. .xt.prop._ZNSt6vectorI10SSLSessionSaIS0_EED2Ev 60 0
  338.  
  339. .xt.lit._ZNKSt8functionIFvPcPhjEEclES0_S1_j 8 0
  340.  
  341. .xt.prop._ZNKSt8functionIFvPcPhjEEclES0_S1_j 60 0
  342.  
  343. .xt.prop._ZNSt8functionIFvPcPhjEEC2ERKS3_ 36 0
  344.  
  345. .xt.prop._ZTV12PubSubClient 12 0
  346.  
  347. .xt.lit._ZN14SoftwareSerial21m_isrBufferForEachDelMUlPS_OjE_4_FUNES0_S1_ 8 0
  348.  
  349. .xt.lit._ZNKSt8functionIFvOjEEclES0_ 0 0
  350.  
  351. .xt.lit._ZN14circular_queueIjP14SoftwareSerialE8for_eachERK8DelegateIFvOjES1_JEE 0 0
  352.  
  353. .xt.lit._ZN14circular_queueIhvE5pop_nEPhj 8 0
  354.  
  355. .xt.prop._ZN14SoftwareSerial21m_isrBufferForEachDelMUlPS_OjE_4_FUNES0_S1_ 48 0
  356.  
  357. .xt.prop._ZNKSt8functionIFvOjEEclES0_ 48 0
  358.  
  359. .xt.prop._ZN14circular_queueIjP14SoftwareSerialE8for_eachERK8DelegateIFvOjES1_JEE 108 0
  360.  
  361. .xt.prop._ZN14circular_queueIhvE5pop_nEPhj 192 0
  362.  
  363. .xt.prop._ZN14SoftwareSerial17availableForWriteEv 60 0
  364.  
  365. .xt.prop._ZN14SoftwareSerial9readBytesEPcj 36 0
  366.  
  367. .xt.prop._ZN14circular_queueIhvE3popEv 60 0
  368.  
  369. .xt.prop._ZSt12__miter_baseIPhEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E 36 0
  370.  
  371. .xt.prop._ZTV14SoftwareSerial 12 0
  372.  
  373. .xt.prop._ZTV7TwoWire 12 0
  374.  
  375. .xt.lit._ZN14EthernetClientD5Ev 0 0
  376.  
  377. .xt.prop._ZN14EthernetClientD5Ev 0 0
  378.  
  379. .xt.prop._ZN14EthernetClientcvbEv 48 0
  380.  
  381. .xt.prop._ZN14EthernetClienteqEb 36 0
  382.  
  383. .xt.prop._ZN14EthernetClientneEb 36 0
  384.  
  385. .xt.prop._ZN14EthernetClientneERKS_ 36 0
  386.  
  387. .xt.prop._ZN14EthernetClient20setConnectionTimeoutEt 36 0
  388.  
  389. .xt.prop._ZN14EthernetClientD2Ev 36 0
  390.  
  391. .xt.prop._ZN14EthernetClientD0Ev 36 0
  392.  
  393. .xt.prop._ZTV14EthernetClient 12 0
  394.  
  395. .xt.lit._ZN11EthernetUDP8remoteIPEv 0 0
  396.  
  397. .xt.lit._ZN11EthernetUDPD5Ev 0 0
  398.  
  399. .xt.prop._ZN11EthernetUDP8remoteIPEv 36 0
  400.  
  401. .xt.prop._ZN11EthernetUDPD5Ev 0 0
  402.  
  403. .xt.prop._ZN11EthernetUDP4readEPcj 36 0
  404.  
  405. .xt.prop._ZN11EthernetUDP10remotePortEv 36 0
  406.  
  407. .xt.prop._ZN11EthernetUDP9localPortEv 36 0
  408.  
  409. .xt.prop._ZN11EthernetUDPD2Ev 36 0
  410.  
  411. .xt.prop._ZN11EthernetUDPD0Ev 36 0
  412.  
  413. .xt.prop._ZTV11EthernetUDP 12 0
  414.  
  415. .xt.lit._ZN9SSLClientD5Ev 0 0
  416.  
  417. .xt.lit._ZNSt6vectorI10SSLSessionSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ 8 0
  418.  
  419. .xt.lit._ZNSt6vectorI10SSLSessionSaIS0_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS0_S2_EE 8 0
  420.  
  421. .xt.prop._ZN9SSLClientD5Ev 0 0
  422.  
  423. .xt.prop._ZNSt6vectorI10SSLSessionSaIS0_EE17_M_realloc_insertIJRKS0_EEEvN9__gnu_cxx17__normal_iteratorIPS0_S2_EEDpOT_ 216 0
  424.  
  425. .xt.prop._ZNSt6vectorI10SSLSessionSaIS0_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS0_S2_EE 72 0
  426.  
  427. .xt.prop._ZN9SSLClient5writeEh 36 0
  428.  
  429. .xt.prop._ZN9SSLClient4readEv 60 0
  430.  
  431. .xt.prop._ZN9SSLClientcvbEv 36 0
  432.  
  433. .xt.prop._ZN9SSLClientD0Ev 60 0
  434.  
  435. .xt.prop._ZN9SSLClientD2Ev 60 0
  436.  
  437. .xt.prop._ZSt12__niter_baseIP10SSLSessionSt6vectorIS0_SaIS0_EEET_N9__gnu_cxx17__normal_iteratorIS5_T0_EE 36 0
  438.  
  439. .xt.prop._ZTV9SSLClient 12 0
  440.  
  441. .xt.lit._ZNSt6vectorIcSaIcEE7reserveEj 8 0
  442.  
  443. .xt.lit._ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ 8 0
  444.  
  445. .xt.lit._ZNSt6vectorIcSaIcEE12emplace_backIJRKcEEEvDpOT_ 0 0
  446.  
  447. .xt.prop._ZNSt6vectorIcSaIcEE7reserveEj 96 0
  448.  
  449. .xt.prop._ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_ 168 0
  450.  
  451. .xt.prop._ZNSt6vectorIcSaIcEE12emplace_backIJRKcEEEvDpOT_ 60 0
  452.  
  453. .xt.prop._ZSt12__miter_baseIPcEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E 36 0
  454.  
  455. .xt.lit._ZNSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv 0 0
  456.  
  457. .xt.lit._ZNSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EED5Ev 8 0
  458.  
  459. .xt.lit._ZNSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv 0 0
  460.  
  461. .xt.lit._ZNSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EED5Ev 0 0
  462.  
  463. .xt.lit._ZNSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv 0 0
  464.  
  465. .xt.lit._ZNSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv 8 0
  466.  
  467. .xt.prop._ZNSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv 48 0
  468.  
  469. .xt.prop._ZNSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EED5Ev 12 0
  470.  
  471. .xt.prop._ZNSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv 36 0
  472.  
  473. .xt.prop._ZNSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EED5Ev 0 0
  474.  
  475. .xt.prop._ZNSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv 36 0
  476.  
  477. .xt.prop._ZNSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv 60 0
  478.  
  479. .xt.prop._ZN10WiFiClientcvbEv 36 0
  480.  
  481. .xt.prop._ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv 36 0
  482.  
  483. .xt.prop._ZNSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info 36 0
  484.  
  485. .xt.prop._ZNSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info 36 0
  486.  
  487. .xt.prop._ZNSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EED2Ev 36 0
  488.  
  489. .xt.prop._ZNSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EED0Ev 36 0
  490.  
  491. .xt.prop._ZNSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EED2Ev 36 0
  492.  
  493. .xt.prop._ZNSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EED0Ev 36 0
  494.  
  495. .xt.prop._ZTVSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE 12 0
  496.  
  497. .xt.prop._ZTV10WiFiClient 12 0
  498.  
  499. .xt.prop._ZTVSt15_Sp_counted_ptrIP22WiFiClientSocketHandleLN9__gnu_cxx12_Lock_policyE1EE 12 0
  500.  
  501. .xt.prop._ZTVSt15_Sp_counted_ptrIP18WiFiClientRxBufferLN9__gnu_cxx12_Lock_policyE1EE 12 0
  502.  
  503. .xt.lit._ZNKSt8functionIFv18arduino_event_id_t20arduino_event_info_tEEclES0_S1_ 0 0
  504.  
  505. .xt.prop._ZNKSt8functionIFv18arduino_event_id_t20arduino_event_info_tEEclES0_S1_ 48 0
  506.  
  507. .xt.prop._ZNSt8functionIFv18arduino_event_id_t20arduino_event_info_tEEC2ERKS3_ 36 0
  508.  
  509. .xt.lit._ZNKSt8functionIFvvEEclEv 0 0
  510.  
  511. .xt.lit._ZNKSt8functionIFvRKP14AsyncWebHeaderEEclES3_ 0 0
  512.  
  513. .xt.lit._ZNKSt8functionIFvRKP17AsyncWebParameterEEclES3_ 0 0
  514.  
  515. .xt.lit._ZNKSt8functionIFvRKP6StringEEclES3_ 0 0
  516.  
  517. .xt.lit._ZNKSt8functionIFvRK6StringEEclES2_ 0 0
  518.  
  519. .xt.prop._ZNKSt8functionIFvvEEclEv 48 0
  520.  
  521. .xt.prop._ZNKSt8functionIFvRKP14AsyncWebHeaderEEclES3_ 48 0
  522.  
  523. .xt.prop._ZNKSt8functionIFvRKP17AsyncWebParameterEEclES3_ 48 0
  524.  
  525. .xt.prop._ZNKSt8functionIFvRKP6StringEEclES3_ 48 0
  526.  
  527. .xt.prop._ZNKSt8functionIFvRK6StringEEclES2_ 48 0
  528.  
  529. .xt.prop._ZNSt8functionIFvRKP14AsyncWebHeaderEEC2ERKS5_ 36 0
  530.  
  531. .xt.prop._ZNSt8functionIFvRKP17AsyncWebParameterEEC2ERKS5_ 36 0
  532.  
  533. .xt.prop._ZNSt8functionIFvRKP6StringEEC2ERKS5_ 36 0
  534.  
  535. .xt.prop._ZNSt8functionIF6StringRKS0_EEC2ERKS4_ 36 0
  536.  
  537. .xt.prop._ZNSt8functionIFvRK6StringEEC2ERKS4_ 36 0
  538.  
  539. .xt.lit._ZNSt17_Function_handlerIFvRKP14AsyncWebHeaderEZN14DefaultHeadersC4EvEUlS1_E_E9_M_invokeERKSt9_Any_dataS3_ 0 0
  540.  
  541. .xt.lit._ZNSt8functionIFvRKP14AsyncWebHeaderEEC5IZN14DefaultHeadersC4EvEUlS1_E_vvEET_ 8 0
  542.  
  543. .xt.lit._ZNKSt8functionIF6StringRKS0_EEclES2_ 0 0
  544.  
  545. .xt.lit._ZN18AsyncBasicResponseD5Ev 0 0
  546.  
  547. .xt.lit._ZN21AsyncAbstractResponseD5Ev 0 0
  548.  
  549. .xt.lit._ZN20AsyncProgmemResponseD5Ev 0 0
  550.  
  551. .xt.lit._ZNSt6vectorIhSaIhEE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPhS1_EES5_ 8 0
  552.  
  553. .xt.lit._ZNSt6vectorIhSaIhEE15_M_range_insertIPKcEEvN9__gnu_cxx17__normal_iteratorIPhS1_EET_S9_St20forward_iterator_tag 8 0
  554.  
  555. .xt.lit._ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag 0 0
  556.  
  557. .xt.prop._ZNSt17_Function_handlerIFvRKP14AsyncWebHeaderEZN14DefaultHeadersC4EvEUlS1_E_E9_M_invokeERKSt9_Any_dataS3_ 36 0
  558.  
  559. .xt.prop._ZNSt8functionIFvRKP14AsyncWebHeaderEEC5IZN14DefaultHeadersC4EvEUlS1_E_vvEET_ 12 0
  560.  
  561. .xt.prop._ZNKSt8functionIF6StringRKS0_EEclES2_ 48 0
  562.  
  563. .xt.prop._ZN18AsyncBasicResponseD5Ev 0 0
  564.  
  565. .xt.prop._ZN21AsyncAbstractResponseD5Ev 0 0
  566.  
  567. .xt.prop._ZN20AsyncProgmemResponseD5Ev 0 0
  568.  
  569. .xt.prop._ZNSt6vectorIhSaIhEE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPhS1_EES5_ 72 0
  570.  
  571. .xt.prop._ZNSt6vectorIhSaIhEE15_M_range_insertIPKcEEvN9__gnu_cxx17__normal_iteratorIPhS1_EET_S9_St20forward_iterator_tag 336 0
  572.  
  573. .xt.prop._ZNSt6vectorIhSaIhEE15_M_range_insertIPhEEvN9__gnu_cxx17__normal_iteratorIS3_S1_EET_S7_St20forward_iterator_tag 300 0
  574.  
  575. .xt.prop._ZNK18AsyncBasicResponse12_sourceValidEv 36 0
  576.  
  577. .xt.prop._ZNK21AsyncAbstractResponse12_sourceValidEv 36 0
  578.  
  579. .xt.prop._ZN21AsyncAbstractResponse11_fillBufferEPhj 36 0
  580.  
  581. .xt.prop._ZNK20AsyncProgmemResponse12_sourceValidEv 36 0
  582.  
  583. .xt.prop._ZNSt14_Function_base13_Base_managerIZN14DefaultHeadersC4EvEUlP14AsyncWebHeaderE_E10_M_managerERSt9_Any_dataRKS6_St18_Manager_operation 60 0
  584.  
  585. .xt.prop._ZNSt8functionIFvRKP14AsyncWebHeaderEEC2IZN14DefaultHeadersC4EvEUlS1_E_vvEET_ 36 0
  586.  
  587. .xt.prop._ZN18AsyncBasicResponseD2Ev 36 0
  588.  
  589. .xt.prop._ZN18AsyncBasicResponseD0Ev 36 0
  590.  
  591. .xt.prop._ZN21AsyncAbstractResponseD2Ev 36 0
  592.  
  593. .xt.prop._ZN20AsyncProgmemResponseD2Ev 36 0
  594.  
  595. .xt.prop._ZN21AsyncAbstractResponseD0Ev 36 0
  596.  
  597. .xt.prop._ZN20AsyncProgmemResponseD0Ev 36 0
  598.  
  599. .xt.prop._ZSt12__niter_baseIPhSt6vectorIhSaIhEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE 36 0
  600.  
  601. .xt.prop._ZTV22AsyncWebServerResponse 12 0
  602.  
  603. .xt.prop._ZTV18AsyncBasicResponse 12 0
  604.  
  605. .xt.prop._ZTV21AsyncAbstractResponse 12 0
  606.  
  607. .xt.prop._ZTV20AsyncProgmemResponse 12 0
  608.  
  609. .xt.prop._ZGVZN14DefaultHeaders8InstanceEvE8instance 12 0
  610.  
  611. .xt.prop._ZZN14DefaultHeaders8InstanceEvE8instance 12 0
  612.  
  613. .xt.lit._ZN15AsyncWebHandlerD5Ev 8 0
  614.  
  615. .xt.lit._ZN23AsyncCallbackWebHandler9canHandleEP21AsyncWebServerRequest 8 0
  616.  
  617. .xt.lit._ZN23AsyncCallbackWebHandlerD5Ev 8 0
  618.  
  619. .xt.lit._ZNKSt8functionIFbP21AsyncWebServerRequestEEclES1_ 0 0
  620.  
  621. .xt.lit._ZNKSt8functionIFvP21AsyncWebServerRequestEEclES1_ 0 0
  622.  
  623. .xt.lit._ZN23AsyncCallbackWebHandler13handleRequestEP21AsyncWebServerRequest 8 0
  624.  
  625. .xt.lit._ZNKSt8functionIFvP21AsyncWebServerRequestRK6StringjPhjbEEclES1_S4_jS5_jb 0 0
  626.  
  627. .xt.lit._ZN23AsyncCallbackWebHandler12handleUploadEP21AsyncWebServerRequestRK6StringjPhjb 0 0
  628.  
  629. .xt.lit._ZNKSt8functionIFvP21AsyncWebServerRequestPhjjjEEclES1_S2_jjj 0 0
  630.  
  631. .xt.lit._ZN23AsyncCallbackWebHandler10handleBodyEP21AsyncWebServerRequestPhjjj 0 0
  632.  
  633. .xt.lit._ZNKSt8functionIFvRKP15AsyncWebRewriteEEclES3_ 0 0
  634.  
  635. .xt.lit._ZNKSt8functionIFvRKP15AsyncWebHandlerEEclES3_ 0 0
  636.  
  637. .xt.prop._ZN15AsyncWebHandlerD5Ev 12 0
  638.  
  639. .xt.prop._ZN23AsyncCallbackWebHandler9canHandleEP21AsyncWebServerRequest 588 0
  640.  
  641. .xt.prop._ZN23AsyncCallbackWebHandlerD5Ev 12 0
  642.  
  643. .xt.prop._ZNKSt8functionIFbP21AsyncWebServerRequestEEclES1_ 48 0
  644.  
  645. .xt.prop._ZNKSt8functionIFvP21AsyncWebServerRequestEEclES1_ 48 0
  646.  
  647. .xt.prop._ZN23AsyncCallbackWebHandler13handleRequestEP21AsyncWebServerRequest 168 0
  648.  
  649. .xt.prop._ZNKSt8functionIFvP21AsyncWebServerRequestRK6StringjPhjbEEclES1_S4_jS5_jb 48 0
  650.  
  651. .xt.prop._ZN23AsyncCallbackWebHandler12handleUploadEP21AsyncWebServerRequestRK6StringjPhjb 132 0
  652.  
  653. .xt.prop._ZNKSt8functionIFvP21AsyncWebServerRequestPhjjjEEclES1_S2_jjj 48 0
  654.  
  655. .xt.prop._ZN23AsyncCallbackWebHandler10handleBodyEP21AsyncWebServerRequestPhjjj 132 0
  656.  
  657. .xt.prop._ZNKSt8functionIFvRKP15AsyncWebRewriteEEclES3_ 48 0
  658.  
  659. .xt.prop._ZNKSt8functionIFvRKP15AsyncWebHandlerEEclES3_ 48 0
  660.  
  661. .xt.prop._ZN15AsyncWebHandler9canHandleEP21AsyncWebServerRequest 36 0
  662.  
  663. .xt.prop._ZN15AsyncWebHandler13handleRequestEP21AsyncWebServerRequest 36 0
  664.  
  665. .xt.prop._ZN15AsyncWebHandler12handleUploadEP21AsyncWebServerRequestRK6StringjPhjb 36 0
  666.  
  667. .xt.prop._ZN15AsyncWebHandler10handleBodyEP21AsyncWebServerRequestPhjjj 36 0
  668.  
  669. .xt.prop._ZN15AsyncWebHandler23isRequestHandlerTrivialEv 36 0
  670.  
  671. .xt.prop._ZN23AsyncCallbackWebHandler23isRequestHandlerTrivialEv 60 0
  672.  
  673. .xt.prop._ZN15AsyncWebHandlerD2Ev 36 0
  674.  
  675. .xt.prop._ZN15AsyncWebHandlerD0Ev 36 0
  676.  
  677. .xt.prop._ZN23AsyncCallbackWebHandlerD2Ev 36 0
  678.  
  679. .xt.prop._ZN23AsyncCallbackWebHandlerD0Ev 36 0
  680.  
  681. .xt.prop._ZNSt8functionIFvRKP15AsyncWebRewriteEEC2ERKS5_ 36 0
  682.  
  683. .xt.prop._ZNSt8functionIFvRKP15AsyncWebHandlerEEC2ERKS5_ 36 0
  684.  
  685. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestEEC2ERKS3_ 36 0
  686.  
  687. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestRK6StringjPhjbEEC2ERKS7_ 36 0
  688.  
  689. .xt.prop._ZNSt8functionIFvP21AsyncWebServerRequestPhjjjEEC2ERKS4_ 36 0
  690.  
  691. .xt.prop._ZTV15AsyncWebHandler 12 0
  692.  
  693. .xt.prop._ZTV23AsyncCallbackWebHandler 12 0
  694.  
  695. .xt.lit._ZNKSt8functionIFvjjEEclEjj 0 0
  696.  
  697. .xt.prop._ZNKSt8functionIFvjjEEclEjj 48 0
  698.  
  699. .xt.lit._ZN14HardwareSerialD5Ev 0 0
  700.  
  701. .xt.prop._ZN14HardwareSerialD5Ev 0 0
  702.  
  703. .xt.prop._ZN14HardwareSerialD2Ev 36 0
  704.  
  705. .xt.prop._ZN14HardwareSerialD0Ev 36 0
  706.  
  707. .xt.prop._ZTV14HardwareSerial 12 0
  708.  
  709. .xt.lit._ZN9IPAddressD5Ev 0 0
  710.  
  711. .xt.prop._ZN9IPAddressD5Ev 0 0
  712.  
  713. .xt.prop._ZN9IPAddressD2Ev 36 0
  714.  
  715. .xt.prop._ZN9IPAddressD0Ev 36 0
  716.  
  717. .xt.prop._ZTV9IPAddress 12 0
  718.  
  719. .xt.lit._ZN5Print5writeEPKc 0 0
  720.  
  721. .xt.prop._ZN5Print5writeEPKc 48 0
  722.  
  723. .xt.lit._ZN6String4initEv 0 0
  724.  
  725. .xt.prop._ZN6String4initEv 36 0
  726.  
  727. .xt.prop._ZNK6String3lenEv 60 0
  728.  
  729. .xt.prop._ZN6String6setLenEi 72 0
  730.  
  731. .xt.lit._ZN3nvs4Lock4initEv 0 0
  732.  
  733. .xt.prop._ZN3nvs4Lock4initEv 72 0
  734.  
  735. .xt.prop._ZN14intrusive_listI14NVSHandleEntryE5eraseENS1_8iteratorE 84 0
  736.  
  737. .xt.lit._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv 0 0
  738.  
  739. .xt.prop._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv 108 0
  740.  
  741. .xt.prop._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE9push_backEPS2_ 60 0
  742.  
  743. .xt.prop._ZTVN3nvs15NVSHandleSimpleE 12 0
  744.  
  745. .xt.lit._ZN3nvs12NVSPartitionD5Ev 0 0
  746.  
  747. .xt.prop._ZN3nvs12NVSPartitionD5Ev 0 0
  748.  
  749. .xt.prop._ZN3nvs12NVSPartitionD2Ev 36 0
  750.  
  751. .xt.prop._ZN3nvs12NVSPartitionD0Ev 36 0
  752.  
  753. .xt.prop._ZTVN3nvs12NVSPartitionE 12 0
  754.  
  755. .xt.lit._ZN3nvs19NVSPartitionManagerD5Ev 0 0
  756.  
  757. .xt.prop._ZN3nvs19NVSPartitionManagerD5Ev 0 0
  758.  
  759. .xt.prop._ZN3nvs19NVSPartitionManagerD2Ev 36 0
  760.  
  761. .xt.prop._ZN3nvs19NVSPartitionManagerD0Ev 36 0
  762.  
  763. .xt.prop._ZN14intrusive_listIN3nvs12NVSPartitionEE5eraseENS2_8iteratorE 84 0
  764.  
  765. .xt.prop._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE5eraseENS2_8iteratorE 84 0
  766.  
  767. .xt.prop._ZTVN3nvs19NVSPartitionManagerE 12 0
  768.  
  769. .xt.prop._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE5eraseENS3_8iteratorE 84 0
  770.  
  771. .xt.lit._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKch 0 0
  772.  
  773. .xt.prop._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKch 0 0
  774.  
  775. .xt.prop._ZN3nvs20isVariableLengthTypeENS_8ItemTypeE 48 0
  776.  
  777. .xt.prop._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKch 60 0
  778.  
  779. .xt.prop._ZNK19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3getEj 36 0
  780.  
  781. .xt.lit._ZN14intrusive_listIN3nvs4PageEE5clearEv 0 0
  782.  
  783. .xt.prop._ZN14intrusive_listIN3nvs4PageEE5clearEv 60 0
  784.  
  785. .xt.prop._ZN14intrusive_listIN3nvs4PageEE9push_backEPS1_ 60 0
  786.  
  787. .xt.prop._ZN14intrusive_listIN3nvs4PageEE5eraseENS2_8iteratorE 84 0
  788.  
  789. .xt.lit._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv 8 0
  790.  
  791. .xt.lit._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv 8 0
  792.  
  793. .xt.lit._ZN9__gnu_cxx24__concurrence_lock_errorD5Ev 8 0
  794.  
  795. .xt.lit._ZN9__gnu_cxx26__concurrence_unlock_errorD5Ev 8 0
  796.  
  797. .xt.lit._ZN9__gnu_cxx7__mutex4lockEv 8 0
  798.  
  799. .xt.lit._ZN9__gnu_cxx13__scoped_lockD5Ev 8 0
  800.  
  801. .xt.prop._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv 48 0
  802.  
  803. .xt.prop._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv 48 0
  804.  
  805. .xt.prop._ZN9__gnu_cxx24__concurrence_lock_errorD5Ev 12 0
  806.  
  807. .xt.prop._ZN9__gnu_cxx26__concurrence_unlock_errorD5Ev 12 0
  808.  
  809. .xt.prop._ZN9__gnu_cxx7__mutex4lockEv 48 0
  810.  
  811. .xt.prop._ZN9__gnu_cxx13__scoped_lockD5Ev 12 0
  812.  
  813. .xt.prop._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev 36 0
  814.  
  815. .xt.prop._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev 36 0
  816.  
  817. .xt.prop._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev 36 0
  818.  
  819. .xt.prop._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev 36 0
  820.  
  821. .xt.prop._ZN9__gnu_cxx13__scoped_lockD2Ev 72 0
  822.  
  823. .xt.prop._ZTISt9exception 12 0
  824.  
  825. .xt.prop._ZTIN9__gnu_cxx24__concurrence_lock_errorE 12 0
  826.  
  827. .xt.prop._ZTIN9__gnu_cxx26__concurrence_unlock_errorE 12 0
  828.  
  829. .xt.prop._ZTVN9__gnu_cxx24__concurrence_lock_errorE 12 0
  830.  
  831. .xt.prop._ZTVN9__gnu_cxx26__concurrence_unlock_errorE 12 0
  832.  
  833. .xt.prop._ZTISt9bad_alloc 12 0
  834.  
  835. .xt.prop._ZTVN10__cxxabiv117__class_type_infoE 12 0
  836.  
  837. .xt.prop._ZTISt11logic_error 12 0
  838.  
  839. .xt.prop._ZTISt12length_error 12 0
  840.  
  841. .xt.prop._ZTISt17bad_function_call 12 0
  842.  
  843. .xt.prop._ZTVSt17bad_function_call 12 0
  844.  
  845. .xt.prop._ZTVN10__cxxabiv120__si_class_type_infoE 12 0
  846.  
  847. .xt.prop._ZTVSt9bad_alloc 12 0
  848.  
  849. .xt.prop._ZTVSt11logic_error 12 0
  850.  
  851. .xt.prop._ZTVSt12length_error 12 0
  852.  
  853. .xt.lit._ZNSs7_M_copyEPcPKcj 0 0
  854.  
  855. .xt.lit._ZNSs13_S_copy_charsEPcPKcS1_ 0 0
  856.  
  857. .xt.lit._ZNSs4_Rep26_M_set_length_and_sharableEj 8 0
  858.  
  859. .xt.lit._ZNSs4_Rep9_S_createEjjRKSaIcE 8 0
  860.  
  861. .xt.lit._ZNSs4_Rep10_M_destroyERKSaIcE 0 0
  862.  
  863. .xt.lit._ZNSs4_Rep10_M_disposeERKSaIcE 0 0
  864.  
  865. .xt.lit._ZNSsD5Ev 0 0
  866.  
  867. .xt.lit._ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag 8 0
  868.  
  869. .xt.lit._ZNSsC5EPKcRKSaIcE 8 0
  870.  
  871. .xt.prop._ZNSs7_M_copyEPcPKcj 60 0
  872.  
  873. .xt.prop._ZNSs13_S_copy_charsEPcPKcS1_ 36 0
  874.  
  875. .xt.prop._ZNSs4_Rep26_M_set_length_and_sharableEj 48 0
  876.  
  877. .xt.prop._ZNSs4_Rep9_S_createEjjRKSaIcE 96 0
  878.  
  879. .xt.prop._ZNSs4_Rep10_M_destroyERKSaIcE 36 0
  880.  
  881. .xt.prop._ZNSs4_Rep10_M_disposeERKSaIcE 36 0
  882.  
  883. .xt.prop._ZNSsD5Ev 0 0
  884.  
  885. .xt.prop._ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag 84 0
  886.  
  887. .xt.prop._ZNSsC5EPKcRKSaIcE 12 0
  888.  
  889. .xt.prop._ZNSsD2Ev 36 0
  890.  
  891. .xt.prop._ZNSsC2EPKcRKSaIcE 36 0
  892.  
  893. .xt.prop._ZNSs4_Rep20_S_empty_rep_storageE 12 0
  894.  
  895. .xt.lit._ZNKSt8functionIFvPvP11AsyncClientEEclES0_S2_ 0 0
  896.  
  897. .xt.lit._ZNKSt8functionIFvPvP11AsyncClientaEEclES0_S2_a 0 0
  898.  
  899. .xt.lit._ZNKSt8functionIFvPvP11AsyncClientjjEEclES0_S2_jj 0 0
  900.  
  901. .xt.lit._ZNKSt8functionIFvPvP11AsyncClientP4pbufEEclES0_S2_S4_ 0 0
  902.  
  903. .xt.lit._ZNKSt8functionIFvPvP11AsyncClientS0_jEEclES0_S2_S0_j 0 0
  904.  
  905. .xt.lit._ZNKSt8functionIFvPvP11AsyncClientjEEclES0_S2_j 0 0
  906.  
  907. .xt.prop._ZNKSt8functionIFvPvP11AsyncClientEEclES0_S2_ 48 0
  908.  
  909. .xt.prop._ZNKSt8functionIFvPvP11AsyncClientaEEclES0_S2_a 48 0
  910.  
  911. .xt.prop._ZNKSt8functionIFvPvP11AsyncClientjjEEclES0_S2_jj 48 0
  912.  
  913. .xt.prop._ZNKSt8functionIFvPvP11AsyncClientP4pbufEEclES0_S2_S4_ 48 0
  914.  
  915. .xt.prop._ZNKSt8functionIFvPvP11AsyncClientS0_jEEclES0_S2_S0_j 48 0
  916.  
  917. .xt.prop._ZNKSt8functionIFvPvP11AsyncClientjEEclES0_S2_j 48 0
  918.  
  919. .xt.prop._ZNSt8functionIFvPvP11AsyncClientEEC2ERKS4_ 36 0
  920.  
  921. .xt.prop._ZNSt8functionIFvPvP11AsyncClientjjEEC2ERKS4_ 36 0
  922.  
  923. .xt.prop._ZNSt8functionIFvPvP11AsyncClientaEEC2ERKS4_ 36 0
  924.  
  925. .xt.prop._ZNSt8functionIFvPvP11AsyncClientS0_jEEC2ERKS4_ 36 0
  926.  
  927. .xt.prop._ZNSt8functionIFvPvP11AsyncClientjEEC2ERKS4_ 36 0
  928.  
  929. .xt.lit._ZN2fs4FileD5Ev 8 0
  930.  
  931. .xt.lit._ZN2fs4File9readBytesEPcj 0 0
  932.  
  933. .xt.prop._ZN2fs4FileD5Ev 12 0
  934.  
  935. .xt.prop._ZN2fs4File9readBytesEPcj 36 0
  936.  
  937. .xt.prop._ZN2fs4FileD2Ev 72 0
  938.  
  939. .xt.prop._ZN2fs4FileD0Ev 72 0
  940.  
  941. .xt.prop._ZTVN2fs4FileE 12 0
  942.  
  943. .debug_frame 164036 0
  944.  
  945. .debug_info 8214746 0
  946.  
  947. .debug_abbrev 593225 0
  948.  
  949. .debug_loc 1536957 0
  950.  
  951. .debug_aranges 63304 0
  952.  
  953. .debug_ranges 209224 0
  954.  
  955. .debug_line 3013885 0
  956. Open On-Chip Debugger v0.10.0-esp32-20210721 (2021-07-21-13:35)
  957.  
  958. .debug_str 868685 0
  959. Licensed under GNU GPL v2
  960.  
  961. For bug reports, read
  962. Total 15654910
  963. <lambda>(["upload"], [".pio\build\abiot-gateway-arduinoesp32\firmware.bin"])
  964. http://openocd.org/doc/doxygen/bugs.html
  965. AVAILABLE: esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa
  966. debug_level: 2
  967. CURRENT: upload_protocol = esp-prog
  968. openocd -d2 -s C:/Users/Utente/.platformio/packages/tool-openocd-esp32/share/openocd/scripts -f interface/ftdi/esp32_devkitj_v1.cfg -f target/esp32s2.cfg -c "adapter_khz 500" -c "program_esp {{.pio\build\abiot-gateway-arduinoesp32\firmware.bin}} 0x1000
  969. 0 adapter speed: 2000v0e rkifHz
  970. y
  971. " -adapter speed: 500 kHz
  972. c "
  973. program_esp {{C:/Users/Utente/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32s2/bin/bootloader_dio_80m.bin}} 0x1000 verify" -c "program_esp {{C:/Users/Utente/Documents/PlatformIO/Projects/abiot/abiot-gateway/.pio/build/abiot-gateway-arduinoesp32/partitions.bin}} 0x8000 verify" -c Info : clock speed 500 kHz
  974. "program_esp {{C:/Users/UtenteInfo : JTAG tap: esp32s2.cpu tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  975. /.platformio/packages/framInfo : esp32s2: Debug controller was reset.
  976. eworInfo : esp32s2: Core was reset.
  977. k-arduinoespressif32/tools/partitions/boot_app0.bin}} 0xe000 verify" -c "resetInfo : Listening on port 333 3r ufno;r s hgudtbd ocwonn"n
  978. ections
  979. Info : JTAG tap: esp32s2.cpu tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  980. Info : esp32s2: Target halted, PC=0x40115DA2, debug_reason=00000000
  981. Info : Detected ESP32-S2 chip
  982. Info : esp32s2: Debug controller was reset.
  983. Info : esp32s2: Core was reset.
  984. Info : esp32s2: Target halted, PC=0x40016102, debug_reason=00000000
  985. Info : esp32s2: Core was reset.
  986. Info : esp32s2: Target halted, PC=0x40000400, debug_reason=00000000
  987. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  988. Info : Flash mapping 0: 0x10020 -> 0x3f000020, 137 KB
  989. Info : Flash mapping 1: 0x40020 -> 0x40080020, 626 KB
  990. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  991. Info : Auto-detected flash bank 'esp32s2.flash' size 4096 KB
  992. Info : Using flash bank 'esp32s2.flash' size 4096 KB
  993. ** Programming Started **
  994. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  995. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  996. Info : PROF: Data transferred in 29976.7 ms @ 27.7549 KB/s
  997. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  998. ** Programming Finished **
  999. ** Verify Started **
  1000. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1001. ** Verified OK **
  1002. Info : JTAG tap: esp32s2.cpu tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  1003. Info : esp32s2: Debug controller was reset.
  1004. Info : esp32s2: Core was reset.
  1005. Info : esp32s2: Target halted, PC=0x40016107, debug_reason=00000000
  1006. Info : esp32s2: Core was reset.
  1007. Info : esp32s2: Target halted, PC=0x40000400, debug_reason=00000000
  1008. ** Programming Started **
  1009. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1010. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1011. Info : PROF: Data transferred in 440.362 ms @ 27.2503 KB/s
  1012. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1013. ** Programming Finished **
  1014. ** Verify Started **
  1015. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1016. ** Verified OK **
  1017. Info : JTAG tap: esp32s2.cpu tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  1018. Info : esp32s2: Debug controller was reset.
  1019. Info : esp32s2: Core was reset.
  1020. Info : esp32s2: Target halted, PC=0x40018DE4, debug_reason=00000000
  1021. Info : esp32s2: Core was reset.
  1022. Info : esp32s2: Target halted, PC=0x40000400, debug_reason=00000000
  1023. ** Programming Started **
  1024. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1025. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1026. Info : PROF: Data transferred in 158.866 ms @ 25.1785 KB/s
  1027. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1028. ** Programming Finished **
  1029. ** Verify Started **
  1030. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1031. ** Verified OK **
  1032. Info : JTAG tap: esp32s2.cpu tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  1033. Info : esp32s2: Debug controller was reset.
  1034. Info : esp32s2: Core was reset.
  1035. Info : esp32s2: Target halted, PC=0x40016102, debug_reason=00000000
  1036. Info : esp32s2: Core was reset.
  1037. Info : esp32s2: Target halted, PC=0x40000400, debug_reason=00000000
  1038. ** Programming Started **
  1039. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1040. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1041. Info : PROF: Data transferred in 301.033 ms @ 26.5752 KB/s
  1042. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1043. ** Programming Finished **
  1044. ** Verify Started **
  1045. Info : esp32s2: Target halted, PC=0x40031F22, debug_reason=00000001
  1046. ** Verified OK **
  1047. Info : JTAG tap: esp32s2.cpu tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  1048. Info : esp32s2: Debug controller was reset.
  1049. Info : esp32s2: Core was reset.
  1050. Info : esp32s2: Target halted, PC=0x40016107, debug_reason=00000000
  1051. Info : esp32s2: Core was reset.
  1052. shutdown command invoked
  1053. ============================================================================================================== [SUCCESS] Took 72.68 seconds ==============================================================================================================
  1054.  
  1055. ```
Add Comment
Please, Sign In to add comment