phev-remote / phev-ttgo

13 stars 2 forks source link

PPP Gsm Init Error #6

Open jkallunki opened 3 years ago

jkallunki commented 3 years ago

I'm getting the following errors when trying to run (Windows 10 & latest stable esp-idf if that matters):

E (1262) event: system event loop not initialized via esp_event_loop_init
I (1312) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (2202) esp_netif_handlers: sta ip: 192.168.8.52, mask: 255.255.255.0, gw: 192.168.8.46
I (2202) MAIN: got ip:192.168.8.52
I (2202) MAIN: Interface priority is st1 (192.168.8.52/255.255.255.0 gateway 192.168.8.46)
E (2202) event: system event loop not initialized via esp_event_loop_init
E (2222) esp_netif_lwip: dhcpc cb: failed to post got ip event (103)
I (2222) MAIN: Interface priority is lo0 (127.0.0.1/255.0.0.0 gateway 127.0.0.1)
I (2232) MAIN: WiFi Connected...
E (8092) PPP: Gsm Init Error
E (8092) FreeRTOS: FreeRTOS Task "pppos_client_ta" should not return, Aborting now!

Any idea what could be causing it?

papawattu commented 3 years ago

Can you recompile with debugging on and attach the logs please?

jkallunki commented 3 years ago

Can you recompile with debugging on and attach the logs please?

Sure, as soon as I figure out how to do it (I'm new to the whole stack, just started looking into it today so I'm probably just running into every possible newbie mistake) 😄

I just set the log level to verbose in menuconfig and tried running again, here's the full result. To me it seems like it reboots couple of times and hangs trying to connect the PPP but never gets to transmit anything..?

I did not get any PPP credentials from my service provider for the data SIM so I've been either leaving them empty or setting "internet" as APN (as suggested by some of my ISP's online guides). They just said that no authentication is needed. Could it still be an issue with the PPP credentials?

I'm also using some wifi repeaters between the car and my development setup but I guess that's fine because wifi connection seems to be succesful?

D:\phev-ttgo>idf.py -p COM3 flash monitor
Executing action: flash
Running ninja in directory d:\phev-ttgo\build
Executing "ninja flash"...
[0/1] Re-running CMake...
-- ccache will be used for faster recompilation
-- Building ESP-IDF components for target esp32
Loading defaults file D:/phev-ttgo/sdkconfig.defaults...
D:/phev-ttgo/sdkconfig.defaults:10 CONFIG_TOOLPREFIX was replaced with CONFIG_SDK_TOOLPREFIX
D:/phev-ttgo/sdkconfig.defaults:11 CONFIG_MAKE_WARN_UNDEFINED_VARIABLES was replaced with CONFIG_SDK_MAKE_WARN_UNDEFINED_VARIABLES
D:/phev-ttgo/sdkconfig.defaults:23 CONFIG_LOG_BOOTLOADER_LEVEL_NONE was replaced with CONFIG_BOOTLOADER_LOG_LEVEL_NONE
D:/phev-ttgo/sdkconfig.defaults:24 CONFIG_LOG_BOOTLOADER_LEVEL_ERROR was replaced with CONFIG_BOOTLOADER_LOG_LEVEL_ERROR
D:/phev-ttgo/sdkconfig.defaults:25 CONFIG_LOG_BOOTLOADER_LEVEL_WARN was replaced with CONFIG_BOOTLOADER_LOG_LEVEL_WARN
D:/phev-ttgo/sdkconfig.defaults:26 CONFIG_LOG_BOOTLOADER_LEVEL_INFO was replaced with CONFIG_BOOTLOADER_LOG_LEVEL_INFO
D:/phev-ttgo/sdkconfig.defaults:27 CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG was replaced with CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG
D:/phev-ttgo/sdkconfig.defaults:28 CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE was replaced with CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE
D:/phev-ttgo/sdkconfig.defaults:29 CONFIG_LOG_BOOTLOADER_LEVEL was replaced with CONFIG_BOOTLOADER_LOG_LEVEL
D:/phev-ttgo/sdkconfig.defaults:37 CONFIG_APP_ROLLBACK_ENABLE was replaced with CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE
D:/phev-ttgo/sdkconfig.defaults:43 CONFIG_SECURE_BOOT_ENABLED was replaced with CONFIG_SECURE_BOOT_V1_ENABLED
D:/phev-ttgo/sdkconfig.defaults:44 CONFIG_FLASH_ENCRYPTION_ENABLED was replaced with CONFIG_SECURE_FLASH_ENC_ENABLED
D:/phev-ttgo/sdkconfig.defaults:50 CONFIG_FLASHMODE_QIO was replaced with CONFIG_ESPTOOLPY_FLASHMODE_QIO
D:/phev-ttgo/sdkconfig.defaults:51 CONFIG_FLASHMODE_QOUT was replaced with CONFIG_ESPTOOLPY_FLASHMODE_QOUT
D:/phev-ttgo/sdkconfig.defaults:52 CONFIG_FLASHMODE_DIO was replaced with CONFIG_ESPTOOLPY_FLASHMODE_DIO
D:/phev-ttgo/sdkconfig.defaults:53 CONFIG_FLASHMODE_DOUT was replaced with CONFIG_ESPTOOLPY_FLASHMODE_DOUT
D:/phev-ttgo/sdkconfig.defaults:73 CONFIG_MONITOR_BAUD_9600B was replaced with CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B
D:/phev-ttgo/sdkconfig.defaults:74 CONFIG_MONITOR_BAUD_57600B was replaced with CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B
D:/phev-ttgo/sdkconfig.defaults:75 CONFIG_MONITOR_BAUD_115200B was replaced with CONFIG_ESPTOOLPY_MONITOR_BAUD_115200B
D:/phev-ttgo/sdkconfig.defaults:76 CONFIG_MONITOR_BAUD_230400B was replaced with CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B
D:/phev-ttgo/sdkconfig.defaults:77 CONFIG_MONITOR_BAUD_921600B was replaced with CONFIG_ESPTOOLPY_MONITOR_BAUD_921600B
D:/phev-ttgo/sdkconfig.defaults:78 CONFIG_MONITOR_BAUD_2MB was replaced with CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB
D:/phev-ttgo/sdkconfig.defaults:79 CONFIG_MONITOR_BAUD_OTHER was replaced with CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER
D:/phev-ttgo/sdkconfig.defaults:80 CONFIG_MONITOR_BAUD_OTHER_VAL was replaced with CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL
D:/phev-ttgo/sdkconfig.defaults:81 CONFIG_MONITOR_BAUD was replaced with CONFIG_ESPTOOLPY_MONITOR_BAUD
D:/phev-ttgo/sdkconfig.defaults:102 CONFIG_OPTIMIZATION_LEVEL_DEBUG was replaced with CONFIG_COMPILER_OPTIMIZATION_DEFAULT
D:/phev-ttgo/sdkconfig.defaults:103 CONFIG_OPTIMIZATION_LEVEL_RELEASE was replaced with CONFIG_COMPILER_OPTIMIZATION_SIZE
D:/phev-ttgo/sdkconfig.defaults:104 CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED was replaced with CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE
D:/phev-ttgo/sdkconfig.defaults:105 CONFIG_OPTIMIZATION_ASSERTIONS_SILENT was replaced with CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT
D:/phev-ttgo/sdkconfig.defaults:106 CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED was replaced with CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE
D:/phev-ttgo/sdkconfig.defaults:107 CONFIG_CXX_EXCEPTIONS was replaced with CONFIG_COMPILER_CXX_EXCEPTIONS
D:/phev-ttgo/sdkconfig.defaults:108 CONFIG_STACK_CHECK_NONE was replaced with CONFIG_COMPILER_STACK_CHECK_MODE_NONE
D:/phev-ttgo/sdkconfig.defaults:109 CONFIG_STACK_CHECK_NORM was replaced with CONFIG_COMPILER_STACK_CHECK_MODE_NORM
D:/phev-ttgo/sdkconfig.defaults:110 CONFIG_STACK_CHECK_STRONG was replaced with CONFIG_COMPILER_STACK_CHECK_MODE_STRONG
D:/phev-ttgo/sdkconfig.defaults:111 CONFIG_STACK_CHECK_ALL was replaced with CONFIG_COMPILER_STACK_CHECK_MODE_ALL
D:/phev-ttgo/sdkconfig.defaults:112 CONFIG_STACK_CHECK was replaced with CONFIG_COMPILER_STACK_CHECK
D:/phev-ttgo/sdkconfig.defaults:113 CONFIG_WARN_WRITE_STRINGS was replaced with CONFIG_COMPILER_WARN_WRITE_STRINGS
D:/phev-ttgo/sdkconfig.defaults:114 CONFIG_DISABLE_GCC8_WARNINGS was replaced with CONFIG_COMPILER_DISABLE_GCC8_WARNINGS
D:/phev-ttgo/sdkconfig.defaults:123 CONFIG_ESP32_APPTRACE_DEST_TRAX was replaced with CONFIG_APPTRACE_DEST_TRAX
D:/phev-ttgo/sdkconfig.defaults:124 CONFIG_ESP32_APPTRACE_DEST_NONE was replaced with CONFIG_APPTRACE_DEST_NONE
D:/phev-ttgo/sdkconfig.defaults:125 CONFIG_ESP32_APPTRACE_ENABLE was replaced with CONFIG_APPTRACE_ENABLE
D:/phev-ttgo/sdkconfig.defaults:126 CONFIG_ESP32_APPTRACE_LOCK_ENABLE was replaced with CONFIG_APPTRACE_LOCK_ENABLE
D:/phev-ttgo/sdkconfig.defaults:133 CONFIG_BTDM_CONTROLLER_BLE_MAX_CONN_EFF was replaced with CONFIG_BTDM_CTRL_BLE_MAX_CONN_EFF
D:/phev-ttgo/sdkconfig.defaults:134 CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_EFF was replaced with CONFIG_BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF
D:/phev-ttgo/sdkconfig.defaults:135 CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_SYNC_CONN_EFF was replaced with CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF
D:/phev-ttgo/sdkconfig.defaults:136 CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE was replaced with CONFIG_BTDM_CTRL_PINNED_TO_CORE
D:/phev-ttgo/sdkconfig.defaults:147 CONFIG_ADC2_DISABLE_DAC was replaced with CONFIG_ADC_DISABLE_DAC
D:/phev-ttgo/sdkconfig.defaults:181 CONFIG_SPIRAM_SUPPORT was replaced with CONFIG_ESP32_SPIRAM_SUPPORT
D:/phev-ttgo/sdkconfig.defaults:182 CONFIG_MEMMAP_TRACEMEM was replaced with CONFIG_ESP32_MEMMAP_TRACEMEM
D:/phev-ttgo/sdkconfig.defaults:183 CONFIG_MEMMAP_TRACEMEM_TWOBANKS was replaced with CONFIG_ESP32_MEMMAP_TRACEMEM_TWOBANKS
D:/phev-ttgo/sdkconfig.defaults:185 CONFIG_TRACEMEM_RESERVE_DRAM was replaced with CONFIG_ESP32_TRACEMEM_RESERVE_DRAM
D:/phev-ttgo/sdkconfig.defaults:186 CONFIG_TWO_UNIVERSAL_MAC_ADDRESS was replaced with CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO
D:/phev-ttgo/sdkconfig.defaults:187 CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS was replaced with CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR
D:/phev-ttgo/sdkconfig.defaults:188 CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS was replaced with CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES
D:/phev-ttgo/sdkconfig.defaults:189 CONFIG_SYSTEM_EVENT_QUEUE_SIZE was replaced with CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE
D:/phev-ttgo/sdkconfig.defaults:190 CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE was replaced with CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE
D:/phev-ttgo/sdkconfig.defaults:191 CONFIG_MAIN_TASK_STACK_SIZE was replaced with CONFIG_ESP_MAIN_TASK_STACK_SIZE
D:/phev-ttgo/sdkconfig.defaults:192 CONFIG_IPC_TASK_STACK_SIZE was replaced with CONFIG_ESP_IPC_TASK_STACK_SIZE
D:/phev-ttgo/sdkconfig.defaults:193 CONFIG_TIMER_TASK_STACK_SIZE was replaced with CONFIG_ESP_TIMER_TASK_STACK_SIZE
D:/phev-ttgo/sdkconfig.defaults:201 CONFIG_CONSOLE_UART_DEFAULT was replaced with CONFIG_ESP_CONSOLE_UART_DEFAULT
D:/phev-ttgo/sdkconfig.defaults:202 CONFIG_CONSOLE_UART_CUSTOM was replaced with CONFIG_ESP_CONSOLE_UART_CUSTOM
D:/phev-ttgo/sdkconfig.defaults:203 CONFIG_CONSOLE_UART_NONE was replaced with CONFIG_ESP_CONSOLE_UART_NONE
D:/phev-ttgo/sdkconfig.defaults:204 CONFIG_CONSOLE_UART_NUM was replaced with CONFIG_ESP_CONSOLE_UART_NUM
D:/phev-ttgo/sdkconfig.defaults:205 CONFIG_CONSOLE_UART_BAUDRATE was replaced with CONFIG_ESP_CONSOLE_UART_BAUDRATE
D:/phev-ttgo/sdkconfig.defaults:206 CONFIG_ULP_COPROC_ENABLED was replaced with CONFIG_ESP32_ULP_COPROC_ENABLED
D:/phev-ttgo/sdkconfig.defaults:207 CONFIG_ULP_COPROC_RESERVE_MEM was replaced with CONFIG_ESP32_ULP_COPROC_RESERVE_MEM
D:/phev-ttgo/sdkconfig.defaults:208 CONFIG_ESP32_PANIC_PRINT_HALT was replaced with CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT
D:/phev-ttgo/sdkconfig.defaults:209 CONFIG_ESP32_PANIC_PRINT_REBOOT was replaced with CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT
D:/phev-ttgo/sdkconfig.defaults:210 CONFIG_ESP32_PANIC_SILENT_REBOOT was replaced with CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT
D:/phev-ttgo/sdkconfig.defaults:211 CONFIG_ESP32_PANIC_GDBSTUB was replaced with CONFIG_ESP_SYSTEM_PANIC_GDBSTUB
D:/phev-ttgo/sdkconfig.defaults:213 CONFIG_ESP32_DEBUG_STUBS_ENABLE was replaced with CONFIG_ESP_DEBUG_STUBS_ENABLE
D:/phev-ttgo/sdkconfig.defaults:214 CONFIG_INT_WDT was replaced with CONFIG_ESP_INT_WDT
D:/phev-ttgo/sdkconfig.defaults:215 CONFIG_INT_WDT_TIMEOUT_MS was replaced with CONFIG_ESP_INT_WDT_TIMEOUT_MS
D:/phev-ttgo/sdkconfig.defaults:216 CONFIG_INT_WDT_CHECK_CPU1 was replaced with CONFIG_ESP_INT_WDT_CHECK_CPU1
D:/phev-ttgo/sdkconfig.defaults:217 CONFIG_TASK_WDT was replaced with CONFIG_ESP_TASK_WDT
D:/phev-ttgo/sdkconfig.defaults:218 CONFIG_TASK_WDT_PANIC was replaced with CONFIG_ESP_TASK_WDT_PANIC
D:/phev-ttgo/sdkconfig.defaults:219 CONFIG_TASK_WDT_TIMEOUT_S was replaced with CONFIG_ESP_TASK_WDT_TIMEOUT_S
D:/phev-ttgo/sdkconfig.defaults:220 CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 was replaced with CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0
D:/phev-ttgo/sdkconfig.defaults:221 CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 was replaced with CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1
D:/phev-ttgo/sdkconfig.defaults:222 CONFIG_BROWNOUT_DET was replaced with CONFIG_ESP32_BROWNOUT_DET
D:/phev-ttgo/sdkconfig.defaults:223 CONFIG_BROWNOUT_DET_LVL_SEL_0 was replaced with CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0
D:/phev-ttgo/sdkconfig.defaults:224 CONFIG_BROWNOUT_DET_LVL_SEL_1 was replaced with CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1
D:/phev-ttgo/sdkconfig.defaults:225 CONFIG_BROWNOUT_DET_LVL_SEL_2 was replaced with CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2
D:/phev-ttgo/sdkconfig.defaults:226 CONFIG_BROWNOUT_DET_LVL_SEL_3 was replaced with CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3
D:/phev-ttgo/sdkconfig.defaults:227 CONFIG_BROWNOUT_DET_LVL_SEL_4 was replaced with CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4
D:/phev-ttgo/sdkconfig.defaults:228 CONFIG_BROWNOUT_DET_LVL_SEL_5 was replaced with CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5
D:/phev-ttgo/sdkconfig.defaults:229 CONFIG_BROWNOUT_DET_LVL_SEL_6 was replaced with CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6
D:/phev-ttgo/sdkconfig.defaults:230 CONFIG_BROWNOUT_DET_LVL_SEL_7 was replaced with CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7
D:/phev-ttgo/sdkconfig.defaults:231 CONFIG_BROWNOUT_DET_LVL was replaced with CONFIG_ESP32_BROWNOUT_DET_LVL
D:/phev-ttgo/sdkconfig.defaults:232 CONFIG_REDUCE_PHY_TX_POWER was replaced with CONFIG_ESP32_REDUCE_PHY_TX_POWER
D:/phev-ttgo/sdkconfig.defaults:237 CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC was replaced with CONFIG_ESP32_RTC_CLK_SRC_INT_RC
D:/phev-ttgo/sdkconfig.defaults:238 CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL was replaced with CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS
D:/phev-ttgo/sdkconfig.defaults:239 CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC was replaced with CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC
D:/phev-ttgo/sdkconfig.defaults:240 CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 was replaced with CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256
D:/phev-ttgo/sdkconfig.defaults:247 CONFIG_DISABLE_BASIC_ROM_CONSOLE was replaced with CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE
D:/phev-ttgo/sdkconfig.defaults:248 CONFIG_NO_BLOBS was replaced with CONFIG_ESP32_NO_BLOBS
D:/phev-ttgo/sdkconfig.defaults:250 CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS was replaced with CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS
D:/phev-ttgo/sdkconfig.defaults:298 CONFIG_EVENT_LOOP_PROFILING was replaced with CONFIG_ESP_EVENT_LOOP_PROFILING
D:/phev-ttgo/sdkconfig.defaults:373 CONFIG_MB_QUEUE_LENGTH was replaced with CONFIG_FMB_QUEUE_LENGTH
D:/phev-ttgo/sdkconfig.defaults:374 CONFIG_MB_SERIAL_TASK_STACK_SIZE was replaced with CONFIG_FMB_SERIAL_TASK_STACK_SIZE
D:/phev-ttgo/sdkconfig.defaults:375 CONFIG_MB_SERIAL_BUF_SIZE was replaced with CONFIG_FMB_SERIAL_BUF_SIZE
D:/phev-ttgo/sdkconfig.defaults:376 CONFIG_MB_SERIAL_TASK_PRIO was replaced with CONFIG_FMB_SERIAL_TASK_PRIO
D:/phev-ttgo/sdkconfig.defaults:377 CONFIG_MB_CONTROLLER_SLAVE_ID_SUPPORT was replaced with CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT
D:/phev-ttgo/sdkconfig.defaults:378 CONFIG_MB_CONTROLLER_NOTIFY_TIMEOUT was replaced with CONFIG_FMB_CONTROLLER_NOTIFY_TIMEOUT
D:/phev-ttgo/sdkconfig.defaults:379 CONFIG_MB_CONTROLLER_NOTIFY_QUEUE_SIZE was replaced with CONFIG_FMB_CONTROLLER_NOTIFY_QUEUE_SIZE
D:/phev-ttgo/sdkconfig.defaults:380 CONFIG_MB_CONTROLLER_STACK_SIZE was replaced with CONFIG_FMB_CONTROLLER_STACK_SIZE
D:/phev-ttgo/sdkconfig.defaults:381 CONFIG_MB_EVENT_QUEUE_TIMEOUT was replaced with CONFIG_FMB_EVENT_QUEUE_TIMEOUT
D:/phev-ttgo/sdkconfig.defaults:382 CONFIG_MB_TIMER_PORT_ENABLED was replaced with CONFIG_FMB_TIMER_PORT_ENABLED
D:/phev-ttgo/sdkconfig.defaults:383 CONFIG_MB_TIMER_GROUP was replaced with CONFIG_FMB_TIMER_GROUP
D:/phev-ttgo/sdkconfig.defaults:384 CONFIG_MB_TIMER_INDEX was replaced with CONFIG_FMB_TIMER_INDEX
D:/phev-ttgo/sdkconfig.defaults:408 CONFIG_SUPPORT_STATIC_ALLOCATION was replaced with CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION
D:/phev-ttgo/sdkconfig.defaults:409 CONFIG_TIMER_TASK_PRIORITY was replaced with CONFIG_FREERTOS_TIMER_TASK_PRIORITY
D:/phev-ttgo/sdkconfig.defaults:410 CONFIG_TIMER_TASK_STACK_DEPTH was replaced with CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH
D:/phev-ttgo/sdkconfig.defaults:411 CONFIG_TIMER_QUEUE_LENGTH was replaced with CONFIG_FREERTOS_TIMER_QUEUE_LENGTH
D:/phev-ttgo/sdkconfig.defaults:448 CONFIG_L2_TO_L3_COPY was replaced with CONFIG_LWIP_L2_TO_L3_COPY
D:/phev-ttgo/sdkconfig.defaults:451 CONFIG_USE_ONLY_LWIP_SELECT was replaced with CONFIG_LWIP_USE_ONLY_LWIP_SELECT
D:/phev-ttgo/sdkconfig.defaults:460 CONFIG_ESP_GRATUITOUS_ARP was replaced with CONFIG_LWIP_ESP_GRATUITOUS_ARP
D:/phev-ttgo/sdkconfig.defaults:461 CONFIG_GARP_TMR_INTERVAL was replaced with CONFIG_LWIP_GARP_TMR_INTERVAL
D:/phev-ttgo/sdkconfig.defaults:462 CONFIG_TCPIP_RECVMBOX_SIZE was replaced with CONFIG_LWIP_TCPIP_RECVMBOX_SIZE
D:/phev-ttgo/sdkconfig.defaults:480 CONFIG_TCP_MAXRTX was replaced with CONFIG_LWIP_TCP_MAXRTX
D:/phev-ttgo/sdkconfig.defaults:481 CONFIG_TCP_SYNMAXRTX was replaced with CONFIG_LWIP_TCP_SYNMAXRTX
D:/phev-ttgo/sdkconfig.defaults:482 CONFIG_TCP_MSS was replaced with CONFIG_LWIP_TCP_MSS
D:/phev-ttgo/sdkconfig.defaults:483 CONFIG_TCP_MSL was replaced with CONFIG_LWIP_TCP_MSL
D:/phev-ttgo/sdkconfig.defaults:484 CONFIG_TCP_SND_BUF_DEFAULT was replaced with CONFIG_LWIP_TCP_SND_BUF_DEFAULT
D:/phev-ttgo/sdkconfig.defaults:485 CONFIG_TCP_WND_DEFAULT was replaced with CONFIG_LWIP_TCP_WND_DEFAULT
D:/phev-ttgo/sdkconfig.defaults:486 CONFIG_TCP_RECVMBOX_SIZE was replaced with CONFIG_LWIP_TCP_RECVMBOX_SIZE
D:/phev-ttgo/sdkconfig.defaults:487 CONFIG_TCP_QUEUE_OOSEQ was replaced with CONFIG_LWIP_TCP_QUEUE_OOSEQ
D:/phev-ttgo/sdkconfig.defaults:488 CONFIG_ESP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES was replaced with CONFIG_LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES
D:/phev-ttgo/sdkconfig.defaults:489 CONFIG_TCP_OVERSIZE_MSS was replaced with CONFIG_LWIP_TCP_OVERSIZE_MSS
D:/phev-ttgo/sdkconfig.defaults:490 CONFIG_TCP_OVERSIZE_QUARTER_MSS was replaced with CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS
D:/phev-ttgo/sdkconfig.defaults:491 CONFIG_TCP_OVERSIZE_DISABLE was replaced with CONFIG_LWIP_TCP_OVERSIZE_DISABLE
D:/phev-ttgo/sdkconfig.defaults:497 CONFIG_UDP_RECVMBOX_SIZE was replaced with CONFIG_LWIP_UDP_RECVMBOX_SIZE
D:/phev-ttgo/sdkconfig.defaults:498 CONFIG_TCPIP_TASK_STACK_SIZE was replaced with CONFIG_LWIP_TCPIP_TASK_STACK_SIZE
D:/phev-ttgo/sdkconfig.defaults:499 CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY was replaced with CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY
D:/phev-ttgo/sdkconfig.defaults:500 CONFIG_TCPIP_TASK_AFFINITY_CPU0 was replaced with CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0
D:/phev-ttgo/sdkconfig.defaults:501 CONFIG_TCPIP_TASK_AFFINITY_CPU1 was replaced with CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1
D:/phev-ttgo/sdkconfig.defaults:502 CONFIG_TCPIP_TASK_AFFINITY was replaced with CONFIG_LWIP_TCPIP_TASK_AFFINITY
D:/phev-ttgo/sdkconfig.defaults:503 CONFIG_PPP_SUPPORT was replaced with CONFIG_LWIP_PPP_SUPPORT
D:/phev-ttgo/sdkconfig.defaults:504 CONFIG_PPP_NOTIFY_PHASE_SUPPORT was replaced with CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT
D:/phev-ttgo/sdkconfig.defaults:505 CONFIG_PPP_PAP_SUPPORT was replaced with CONFIG_LWIP_PPP_PAP_SUPPORT
D:/phev-ttgo/sdkconfig.defaults:506 CONFIG_PPP_CHAP_SUPPORT was replaced with CONFIG_LWIP_PPP_CHAP_SUPPORT
D:/phev-ttgo/sdkconfig.defaults:507 CONFIG_PPP_MSCHAP_SUPPORT was replaced with CONFIG_LWIP_PPP_MSCHAP_SUPPORT
D:/phev-ttgo/sdkconfig.defaults:508 CONFIG_PPP_MPPE_SUPPORT was replaced with CONFIG_LWIP_PPP_MPPE_SUPPORT
D:/phev-ttgo/sdkconfig.defaults:509 CONFIG_PPP_DEBUG_ON was replaced with CONFIG_LWIP_PPP_DEBUG_ON
D:/phev-ttgo/sdkconfig.defaults:633 CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT was replaced with CONFIG_PTHREAD_TASK_PRIO_DEFAULT
D:/phev-ttgo/sdkconfig.defaults:634 CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT was replaced with CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT
D:/phev-ttgo/sdkconfig.defaults:636 CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY was replaced with CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY
D:/phev-ttgo/sdkconfig.defaults:637 CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0 was replaced with CONFIG_PTHREAD_DEFAULT_CORE_0
D:/phev-ttgo/sdkconfig.defaults:638 CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1 was replaced with CONFIG_PTHREAD_DEFAULT_CORE_1
D:/phev-ttgo/sdkconfig.defaults:639 CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT was replaced with CONFIG_PTHREAD_TASK_CORE_DEFAULT
D:/phev-ttgo/sdkconfig.defaults:640 CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT was replaced with CONFIG_PTHREAD_TASK_NAME_DEFAULT
D:/phev-ttgo/sdkconfig.defaults:648 CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS was replaced with CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS
D:/phev-ttgo/sdkconfig.defaults:649 CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS was replaced with CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS
D:/phev-ttgo/sdkconfig.defaults:650 CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED was replaced with CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED
D:/phev-ttgo/sdkconfig.defaults:704 CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT was replaced with CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT
D:/phev-ttgo/sdkconfig.defaults:705 CONFIG_SUPPORT_TERMIOS was replaced with CONFIG_VFS_SUPPORT_TERMIOS
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:17 line was updated to CONFIG_APP_EXCLUDE_PROJECT_VER_VAR=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:18 line was updated to CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:23 line was updated to CONFIG_BOOTLOADER_LOG_LEVEL_NONE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:24 line was updated to CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:25 line was updated to CONFIG_BOOTLOADER_LOG_LEVEL_WARN=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:27 line was updated to CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:28 line was updated to CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:30 line was updated to CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:32 line was updated to CONFIG_BOOTLOADER_FACTORY_RESET=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:33 line was updated to CONFIG_BOOTLOADER_APP_TEST=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:35 line was updated to CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:37 line was updated to CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:42 line was updated to CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:43 line was updated to CONFIG_SECURE_BOOT_V1_ENABLED=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:44 line was updated to CONFIG_SECURE_FLASH_ENC_ENABLED=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:50 line was updated to CONFIG_ESPTOOLPY_FLASHMODE_QIO=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:51 line was updated to CONFIG_ESPTOOLPY_FLASHMODE_QOUT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:53 line was updated to CONFIG_ESPTOOLPY_FLASHMODE_DOUT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:55 line was updated to CONFIG_ESPTOOLPY_FLASHFREQ_80M=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:57 line was updated to CONFIG_ESPTOOLPY_FLASHFREQ_26M=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:58 line was updated to CONFIG_ESPTOOLPY_FLASHFREQ_20M=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:60 line was updated to CONFIG_ESPTOOLPY_FLASHSIZE_1MB=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:61 line was updated to CONFIG_ESPTOOLPY_FLASHSIZE_2MB=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:63 line was updated to CONFIG_ESPTOOLPY_FLASHSIZE_8MB=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:64 line was updated to CONFIG_ESPTOOLPY_FLASHSIZE_16MB=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:68 line was updated to CONFIG_ESPTOOLPY_BEFORE_NORESET=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:71 line was updated to CONFIG_ESPTOOLPY_AFTER_NORESET=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:73 line was updated to CONFIG_ESPTOOLPY_MONITOR_BAUD_9600B=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:74 line was updated to CONFIG_ESPTOOLPY_MONITOR_BAUD_57600B=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:76 line was updated to CONFIG_ESPTOOLPY_MONITOR_BAUD_230400B=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:77 line was updated to CONFIG_ESPTOOLPY_MONITOR_BAUD_921600B=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:78 line was updated to CONFIG_ESPTOOLPY_MONITOR_BAUD_2MB=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:79 line was updated to CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:91 line was updated to CONFIG_PARTITION_TABLE_SINGLE_APP=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:93 line was updated to CONFIG_PARTITION_TABLE_CUSTOM=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:103 line was updated to CONFIG_COMPILER_OPTIMIZATION_SIZE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:105 line was updated to CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:106 line was updated to CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:107 line was updated to CONFIG_COMPILER_CXX_EXCEPTIONS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:109 line was updated to CONFIG_COMPILER_STACK_CHECK_MODE_NORM=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:110 line was updated to CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:111 line was updated to CONFIG_COMPILER_STACK_CHECK_MODE_ALL=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:112 line was updated to CONFIG_COMPILER_STACK_CHECK=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:113 line was updated to CONFIG_COMPILER_WARN_WRITE_STRINGS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:114 line was updated to CONFIG_COMPILER_DISABLE_GCC8_WARNINGS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:123 line was updated to CONFIG_APPTRACE_DEST_TRAX=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:125 line was updated to CONFIG_APPTRACE_ENABLE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:127 line was updated to CONFIG_AWS_IOT_SDK=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:132 line was updated to CONFIG_BT_ENABLED=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:146 line was updated to CONFIG_ADC_FORCE_XPD_FSM=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:152 line was updated to CONFIG_SPI_MASTER_IN_IRAM=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:154 line was updated to CONFIG_SPI_SLAVE_IN_IRAM=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:160 line was updated to CONFIG_EFUSE_CUSTOM_TABLE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:161 line was updated to CONFIG_EFUSE_VIRTUAL=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:162 line was updated to CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:164 line was updated to CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:172 line was updated to CONFIG_ESP32_REV_MIN_1=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:173 line was updated to CONFIG_ESP32_REV_MIN_2=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:174 line was updated to CONFIG_ESP32_REV_MIN_3=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:177 line was updated to CONFIG_ESP32_DEFAULT_CPU_FREQ_80=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:179 line was updated to CONFIG_ESP32_DEFAULT_CPU_FREQ_240=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:181 line was updated to CONFIG_ESP32_SPIRAM_SUPPORT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:182 line was updated to CONFIG_ESP32_MEMMAP_TRACEMEM=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:183 line was updated to CONFIG_ESP32_MEMMAP_TRACEMEM_TWOBANKS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:184 line was updated to CONFIG_ESP32_TRAX=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:186 line was updated to CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:195 line was updated to CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:196 line was updated to CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:197 line was updated to CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:198 line was updated to CONFIG_NEWLIB_STDIN_LINE_ENDING_LF=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:200 line was updated to CONFIG_NEWLIB_NANO_FORMAT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:202 line was updated to CONFIG_ESP_CONSOLE_UART_CUSTOM=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:203 line was updated to CONFIG_ESP_CONSOLE_UART_NONE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:206 line was updated to CONFIG_ESP32_ULP_COPROC_ENABLED=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:208 line was updated to CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:210 line was updated to CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:211 line was updated to CONFIG_ESP_SYSTEM_PANIC_GDBSTUB=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:218 line was updated to CONFIG_ESP_TASK_WDT_PANIC=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:224 line was updated to CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:225 line was updated to CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:226 line was updated to CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:227 line was updated to CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:228 line was updated to CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:229 line was updated to CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:230 line was updated to CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:234 line was updated to CONFIG_ESP32_TIME_SYSCALL_USE_RTC=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:235 line was updated to CONFIG_ESP32_TIME_SYSCALL_USE_FRC1=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:236 line was updated to CONFIG_ESP32_TIME_SYSCALL_USE_NONE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:238 line was updated to CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:239 line was updated to CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:240 line was updated to CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:244 line was updated to CONFIG_ESP32_XTAL_FREQ_26=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:245 line was updated to CONFIG_ESP32_XTAL_FREQ_AUTO=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:247 line was updated to CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:248 line was updated to CONFIG_ESP32_NO_BLOBS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:249 line was updated to CONFIG_ESP_TIMER_PROFILING=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:250 line was updated to CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:258 line was updated to CONFIG_ESP32_WIFI_STATIC_TX_BUFFER=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:262 line was updated to CONFIG_ESP32_WIFI_CSI_ENABLED=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:269 line was updated to CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:272 line was updated to CONFIG_ESP32_WIFI_DEBUG_LOG_ENABLE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:279 line was updated to CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:286 line was updated to CONFIG_PM_ENABLE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:298 line was updated to CONFIG_ESP_EVENT_LOOP_PROFILING=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:312 line was updated to CONFIG_HTTPD_LOG_PURGE_DATA=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:322 line was updated to CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:323 line was updated to CONFIG_ESP32_ENABLE_COREDUMP_TO_UART=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:325 line was updated to CONFIG_ESP32_ENABLE_COREDUMP=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:340 line was updated to CONFIG_FATFS_CODEPAGE_DYNAMIC=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:342 line was updated to CONFIG_FATFS_CODEPAGE_720=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:343 line was updated to CONFIG_FATFS_CODEPAGE_737=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:344 line was updated to CONFIG_FATFS_CODEPAGE_771=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:345 line was updated to CONFIG_FATFS_CODEPAGE_775=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:346 line was updated to CONFIG_FATFS_CODEPAGE_850=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:347 line was updated to CONFIG_FATFS_CODEPAGE_852=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:348 line was updated to CONFIG_FATFS_CODEPAGE_855=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:349 line was updated to CONFIG_FATFS_CODEPAGE_857=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:350 line was updated to CONFIG_FATFS_CODEPAGE_860=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:351 line was updated to CONFIG_FATFS_CODEPAGE_861=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:352 line was updated to CONFIG_FATFS_CODEPAGE_862=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:353 line was updated to CONFIG_FATFS_CODEPAGE_863=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:354 line was updated to CONFIG_FATFS_CODEPAGE_864=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:355 line was updated to CONFIG_FATFS_CODEPAGE_865=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:356 line was updated to CONFIG_FATFS_CODEPAGE_866=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:357 line was updated to CONFIG_FATFS_CODEPAGE_869=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:358 line was updated to CONFIG_FATFS_CODEPAGE_932=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:359 line was updated to CONFIG_FATFS_CODEPAGE_936=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:360 line was updated to CONFIG_FATFS_CODEPAGE_949=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:361 line was updated to CONFIG_FATFS_CODEPAGE_950=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:364 line was updated to CONFIG_FATFS_LFN_HEAP=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:365 line was updated to CONFIG_FATFS_LFN_STACK=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:377 line was updated to CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:389 line was updated to CONFIG_FREERTOS_UNICORE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:392 line was updated to CONFIG_FREERTOS_CORETIMER_1=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:395 line was updated to CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:396 line was updated to CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:398 line was updated to CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:402 line was updated to CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:403 line was updated to CONFIG_FREERTOS_ASSERT_DISABLE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:406 line was updated to CONFIG_FREERTOS_LEGACY_HOOKS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:408 line was updated to CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:413 line was updated to CONFIG_FREERTOS_USE_TRACE_FACILITY=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:414 line was updated to CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:415 line was updated to CONFIG_FREERTOS_DEBUG_INTERNALS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:418 line was updated to CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:424 line was updated to CONFIG_HEAP_POISONING_LIGHT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:425 line was updated to CONFIG_HEAP_POISONING_COMPREHENSIVE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:426 line was updated to CONFIG_HEAP_TRACING=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:436 line was updated to CONFIG_LOG_DEFAULT_LEVEL_NONE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:437 line was updated to CONFIG_LOG_DEFAULT_LEVEL_ERROR=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:438 line was updated to CONFIG_LOG_DEFAULT_LEVEL_WARN=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:440 line was updated to CONFIG_LOG_DEFAULT_LEVEL_DEBUG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:441 line was updated to CONFIG_LOG_DEFAULT_LEVEL_VERBOSE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:448 line was updated to CONFIG_LWIP_L2_TO_L3_COPY=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:449 line was updated to CONFIG_LWIP_IRAM_OPTIMIZATION=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:451 line was updated to CONFIG_LWIP_USE_ONLY_LWIP_SELECT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:454 line was updated to CONFIG_LWIP_SO_RCVBUF=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:456 line was updated to CONFIG_LWIP_IP_FRAG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:457 line was updated to CONFIG_LWIP_IP_REASSEMBLY=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:458 line was updated to CONFIG_LWIP_STATS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:459 line was updated to CONFIG_LWIP_ETHARP_TRUST_IP_MAC=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:464 line was updated to CONFIG_LWIP_DHCP_RESTORE_LAST_IP=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:471 line was updated to CONFIG_LWIP_AUTOIP=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:488 line was updated to CONFIG_LWIP_TCP_KEEP_CONNECTION_WHEN_IP_CHANGES=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:490 line was updated to CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:491 line was updated to CONFIG_LWIP_TCP_OVERSIZE_DISABLE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:500 line was updated to CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:501 line was updated to CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:504 line was updated to CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:506 line was updated to CONFIG_LWIP_PPP_CHAP_SUPPORT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:507 line was updated to CONFIG_LWIP_PPP_MSCHAP_SUPPORT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:508 line was updated to CONFIG_LWIP_PPP_MPPE_SUPPORT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:509 line was updated to CONFIG_LWIP_PPP_DEBUG_ON=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:514 line was updated to CONFIG_LWIP_MULTICAST_PING=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:515 line was updated to CONFIG_LWIP_BROADCAST_PING=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:526 line was updated to CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:527 line was updated to CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:529 line was updated to CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:530 line was updated to CONFIG_MBEDTLS_DEBUG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:532 line was updated to CONFIG_MBEDTLS_HARDWARE_MPI=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:533 line was updated to CONFIG_MBEDTLS_HARDWARE_SHA=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:535 line was updated to CONFIG_MBEDTLS_HAVE_TIME_DATE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:537 line was updated to CONFIG_MBEDTLS_TLS_SERVER_ONLY=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:538 line was updated to CONFIG_MBEDTLS_TLS_CLIENT_ONLY=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:539 line was updated to CONFIG_MBEDTLS_TLS_DISABLED=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:547 line was updated to CONFIG_MBEDTLS_PSK_MODES=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:556 line was updated to CONFIG_MBEDTLS_SSL_PROTO_SSL3=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:560 line was updated to CONFIG_MBEDTLS_SSL_PROTO_DTLS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:568 line was updated to CONFIG_MBEDTLS_CAMELLIA_C=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:569 line was updated to CONFIG_MBEDTLS_DES_C=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:571 line was updated to CONFIG_MBEDTLS_RC4_ENABLED_NO_DEFAULT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:572 line was updated to CONFIG_MBEDTLS_RC4_ENABLED=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:573 line was updated to CONFIG_MBEDTLS_BLOWFISH_C=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:574 line was updated to CONFIG_MBEDTLS_XTEA_C=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:577 line was updated to CONFIG_MBEDTLS_RIPEMD160_C=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:615 line was updated to CONFIG_MQTT_USE_CUSTOM_CONFIG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:616 line was updated to CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:617 line was updated to CONFIG_MQTT_CUSTOM_OUTBOX=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:626 line was updated to CONFIG_OPENSSL_DEBUG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:628 line was updated to CONFIG_OPENSSL_ASSERT_EXIT=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:637 line was updated to CONFIG_PTHREAD_DEFAULT_CORE_0=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:638 line was updated to CONFIG_PTHREAD_DEFAULT_CORE_1=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:645 line was updated to CONFIG_SPI_FLASH_VERIFY_WRITE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:646 line was updated to CONFIG_SPI_FLASH_ENABLE_COUNTERS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:649 line was updated to CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:650 line was updated to CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:665 line was updated to CONFIG_SPIFFS_CACHE_STATS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:668 line was updated to CONFIG_SPIFFS_GC_STATS=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:679 line was updated to CONFIG_SPIFFS_DBG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:680 line was updated to CONFIG_SPIFFS_API_DBG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:681 line was updated to CONFIG_SPIFFS_GC_DBG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:682 line was updated to CONFIG_SPIFFS_CACHE_DBG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:683 line was updated to CONFIG_SPIFFS_CHECK_DBG=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:684 line was updated to CONFIG_SPIFFS_TEST_VISUALISATION=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:697 line was updated to CONFIG_UNITY_ENABLE_COLOR=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:699 line was updated to CONFIG_UNITY_ENABLE_FIXTURE=n
C:\Users\janne\AppData\Local\Temp\confgen_tmpa5enu2d5:710 line was updated to CONFIG_WL_SECTOR_SIZE_512=n
-- Could NOT find Perl (missing: PERL_EXECUTABLE)
-- App "phev-ttgo" version: v0.2-15-g62f5716
-- Adding linker script D:/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-time.ld
-- Adding linker script D:/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script D:/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script D:/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld
-- Adding linker script D:/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld
-- Adding linker script D:/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Adding linker script D:/phev-ttgo/build/esp-idf/esp32/esp32_out.ld
-- Adding linker script D:/esp-idf/components/esp32/ld/esp32.project.ld.in
-- Adding linker script D:/esp-idf/components/esp32/ld/esp32.peripherals.ld
-- Components: app_trace app_update asio bootloader bootloader_support bt cbor coap console cxx driver efuse esp-tls esp32 esp_adc_cal esp_common esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_ipc esp_local_ctrl esp_netif esp_ringbuf esp_rom esp_serial_slave_link esp_system esp_timer esp_websocket_client esp_wifi espcoredump esptool_py expat fatfs freemodbus freertos heap idf_test jsmn json libsodium log lwip main mbedtls mdns mqtt msg-core-wrapper newlib nghttp nvs_flash openssl partition_table perfmon phev-core-wrapper protobuf-c protocomm pthread sdmmc soc spi_flash spiffs tcp_transport tcpip_adapter tinyusb ulp unity vfs wear_levelling wifi_provisioning wpa_supplicant xtensa
-- Component paths: D:/esp-idf/components/app_trace D:/esp-idf/components/app_update D:/esp-idf/components/asio D:/esp-idf/components/bootloader D:/esp-idf/components/bootloader_support D:/esp-idf/components/bt D:/esp-idf/components/cbor D:/esp-idf/components/coap D:/esp-idf/components/console D:/esp-idf/components/cxx D:/esp-idf/components/driver D:/esp-idf/components/efuse D:/esp-idf/components/esp-tls D:/esp-idf/components/esp32 D:/esp-idf/components/esp_adc_cal D:/esp-idf/components/esp_common D:/esp-idf/components/esp_eth D:/esp-idf/components/esp_event D:/esp-idf/components/esp_gdbstub D:/esp-idf/components/esp_hid D:/esp-idf/components/esp_http_client D:/esp-idf/components/esp_http_server D:/esp-idf/components/esp_https_ota D:/esp-idf/components/esp_https_server D:/esp-idf/components/esp_ipc D:/esp-idf/components/esp_local_ctrl D:/esp-idf/components/esp_netif D:/esp-idf/components/esp_ringbuf D:/esp-idf/components/esp_rom D:/esp-idf/components/esp_serial_slave_link D:/esp-idf/components/esp_system D:/esp-idf/components/esp_timer D:/esp-idf/components/esp_websocket_client D:/esp-idf/components/esp_wifi D:/esp-idf/components/espcoredump D:/esp-idf/components/esptool_py D:/esp-idf/components/expat D:/esp-idf/components/fatfs D:/esp-idf/components/freemodbus D:/esp-idf/components/freertos D:/esp-idf/components/heap D:/esp-idf/components/idf_test D:/esp-idf/components/jsmn D:/esp-idf/components/json D:/esp-idf/components/libsodium D:/esp-idf/components/log D:/esp-idf/components/lwip D:/phev-ttgo/main D:/esp-idf/components/mbedtls D:/esp-idf/components/mdns D:/esp-idf/components/mqtt D:/phev-ttgo/components/msg-core-wrapper D:/esp-idf/components/newlib D:/esp-idf/components/nghttp D:/esp-idf/components/nvs_flash D:/esp-idf/components/openssl D:/esp-idf/components/partition_table D:/esp-idf/components/perfmon D:/phev-ttgo/components/phev-core-wrapper D:/esp-idf/components/protobuf-c D:/esp-idf/components/protocomm D:/esp-idf/components/pthread D:/esp-idf/components/sdmmc D:/esp-idf/components/soc D:/esp-idf/components/spi_flash D:/esp-idf/components/spiffs D:/esp-idf/components/tcp_transport D:/esp-idf/components/tcpip_adapter D:/esp-idf/components/tinyusb D:/esp-idf/components/ulp D:/esp-idf/components/unity D:/esp-idf/components/vfs D:/esp-idf/components/wear_levelling D:/esp-idf/components/wifi_provisioning D:/esp-idf/components/wpa_supplicant D:/esp-idf/components/xtensa
-- Configuring done
-- Generating done
-- Build files have been written to: D:/phev-ttgo/build
[232/808] Performing build step for 'bootloader'
[0/1] Re-running CMake...
-- Building ESP-IDF components for target esp32
-- Adding linker script D:/esp-idf/components/esp32/ld/esp32.peripherals.ld
-- Adding linker script D:/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script D:/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Adding linker script D:/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script D:/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld
-- Adding linker script D:/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.rom.ld
-- Components: bootloader bootloader_support efuse esp32 esp_common esp_rom esptool_py log main micro-ecc partition_table soc spi_flash xtensa
-- Component paths: D:/esp-idf/components/bootloader D:/esp-idf/components/bootloader_support D:/esp-idf/components/efuse D:/esp-idf/components/esp32 D:/esp-idf/components/esp_common D:/esp-idf/components/esp_rom D:/esp-idf/components/esptool_py D:/esp-idf/components/log D:/esp-idf/components/bootloader/subproject/main D:/esp-idf/components/bootloader/subproject/components/micro-ecc D:/esp-idf/components/partition_table D:/esp-idf/components/soc D:/esp-idf/components/spi_flash D:/esp-idf/components/xtensa
-- Configuring done
-- Generating done
-- Build files have been written to: D:/phev-ttgo/build/bootloader
ninja: no work to do.
[777/806] Building C object esp-idf/msg-core-wrapper/CMakeFiles/__idf_msg-core-wrapper.dir/msg-core/src/msg_core.c.obj
../components/msg-core-wrapper/msg-core/src/msg_core.c: In function 'msg_core_registerHandlers':
../components/msg-core-wrapper/msg-core/src/msg_core.c:56:33: warning: assignment to 'messagingClient_t * (*)(messagingClient_t *)' {aka 'struct messagingClient_t * (*)(struct messagingClient_t *)'} from incompatible pointer type 'messagingClientHandler_t' {aka 'void (*)(struct messagingClient_t *, struct message_t *)'} [-Wincompatible-pointer-types]
         client->incomingHandler = incoming;
                                 ^
../components/msg-core-wrapper/msg-core/src/msg_core.c:60:33: warning: assignment to 'messagingClient_t * (*)(messagingClient_t *)' {aka 'struct messagingClient_t * (*)(struct messagingClient_t *)'} from incompatible pointer type 'message_t * (*)(messagingClient_t *)' {aka 'struct message_t * (*)(struct messagingClient_t *)'} [-Wincompatible-pointer-types]
         client->incomingHandler = msg_core_incomingNop;
                                 ^
../components/msg-core-wrapper/msg-core/src/msg_core.c: In function 'msg_core_loop':
../components/msg-core-wrapper/msg-core/src/msg_core.c:90:26: warning: initialization of 'message_t *' {aka 'struct message_t *'} from incompatible pointer type 'messagingClient_t *' {aka 'struct messagingClient_t *'} [-Wincompatible-pointer-types]
     message_t *message = client->incomingHandler(client);
                          ^~~~~~
../components/msg-core-wrapper/msg-core/src/msg_core.c: In function 'msg_core_createMessagingClient':
../components/msg-core-wrapper/msg-core/src/msg_core.c:123:47: warning: passing argument 2 of 'msg_core_registerHandlers' from incompatible pointer type [-Wincompatible-pointer-types]
     msg_core_registerHandlers(client, settings.incomingHandler,settings.outgoingHandler);
                                       ~~~~~~~~^~~~~~~~~~~~~~~~
../components/msg-core-wrapper/msg-core/src/msg_core.c:50:83: note: expected 'messagingClientHandler_t' {aka 'void (*)(struct messagingClient_t *, struct message_t *)'} but argument is of type 'message_t * (*)(messagingClient_t *)' {aka 'struct message_t * (*)(struct messagingClient_t *)'}
 int msg_core_registerHandlers(messagingClient_t *client, messagingClientHandler_t incoming, messagingClientHandler_t outgoing)
                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_core.c:5:
At top level:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_core.c:5:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[779/806] Building C object esp-idf/msg-core-wrapper/CMakeFiles/__idf_msg-core-wrapper.dir/msg-core/src/msg_pipe_splitter.c.obj
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_pipe_splitter.c:1:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_pipe_splitter.c:1:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[781/806] Building C object esp-idf/msg-core-wrapper/CMakeFiles/__idf_msg-core-wrapper.dir/msg-core/src/msg_mqtt.c.obj
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c: In function 'mqtt_event_handler':
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:28:55: warning: passing argument 1 of 'mqtt->connected_cb' from incompatible pointer type [-Wincompatible-pointer-types]
             if(mqtt->connected_cb) mqtt->connected_cb(event);
                                                       ^~~~~
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:28:55: note: expected 'mqtt_event_t **' {aka 'struct <anonymous> **'} but argument is of type 'mqtt_event_handle_t' {aka 'struct <anonymous> *'}
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:31:61: warning: passing argument 1 of 'mqtt->disconnected_cb' from incompatible pointer type [-Wincompatible-pointer-types]
             if(mqtt->disconnected_cb) mqtt->disconnected_cb(event);
                                                             ^~~~~
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:31:61: note: expected 'mqtt_event_t **' {aka 'struct <anonymous> **'} but argument is of type 'mqtt_event_handle_t' {aka 'struct <anonymous> *'}
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:34:57: warning: passing argument 1 of 'mqtt->subscribed_cb' from incompatible pointer type [-Wincompatible-pointer-types]
             if(mqtt->subscribed_cb) mqtt->subscribed_cb(event);
                                                         ^~~~~
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:34:57: note: expected 'mqtt_event_t **' {aka 'struct <anonymous> **'} but argument is of type 'mqtt_event_handle_t' {aka 'struct <anonymous> *'}
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:39:55: warning: passing argument 1 of 'mqtt->published_cb' from incompatible pointer type [-Wincompatible-pointer-types]
             if(mqtt->published_cb) mqtt->published_cb(event);
                                                       ^~~~~
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:39:55: note: expected 'mqtt_event_t **' {aka 'struct <anonymous> **'} but argument is of type 'mqtt_event_handle_t' {aka 'struct <anonymous> *'}
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:45:47: warning: passing argument 1 of 'mqtt->error_cb' from incompatible pointer type [-Wincompatible-pointer-types]
             if(mqtt->error_cb) mqtt->error_cb(event);
                                               ^~~~~
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:45:47: note: expected 'mqtt_event_t **' {aka 'struct <anonymous> **'} but argument is of type 'mqtt_event_handle_t' {aka 'struct <anonymous> *'}
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c: In function 'msg_mqtt_start':
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:86:25: warning: initialization of 'mesp_err_t (*)(mqtt_event_t *)' {aka 'int (*)(struct <anonymous> *)'} from incompatible pointer type 'msg_mqtt_err_t (*)(mqtt_event_t *)' {aka 'short unsigned int (*)(struct <anonymous> *)'} [-Wincompatible-pointer-types]
         .event_handle = mqtt_event_handler,
                         ^~~~~~~~~~~~~~~~~~
../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:86:25: note: (near initialization for 'mqtt_cfg.event_handle')
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:6:
At top level:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_mqtt.c:6:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[782/806] Building C object esp-idf/msg-core-wrapper/CMakeFiles/__idf_msg-core-wrapper.dir/msg-core/src/msg_gcp_mqtt.c.obj
../components/msg-core-wrapper/msg-core/src/msg_gcp_mqtt.c: In function 'msg_gcp_connect':
../components/msg-core-wrapper/msg-core/src/msg_gcp_mqtt.c:57:25: warning: initialization of 'void (*)(mqtt_event_t **)' {aka 'void (*)(struct <anonymous> **)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
         .published_cb = ctx->published,
                         ^~~
../components/msg-core-wrapper/msg-core/src/msg_gcp_mqtt.c:57:25: note: (near initialization for 'settings.published_cb')
In file included from ../components/msg-core-wrapper/msg-core/src/msg_gcp_mqtt.c:8:
At top level:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/src/msg_gcp_mqtt.c:8:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[783/806] Building C object esp-idf/msg-core-wrapper/CMakeFiles/__idf_msg-core-wrapper.dir/msg-core/src/msg_pipe.c.obj
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_pipe.c:5:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_pipe.c:5:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[784/806] Building C object esp-idf/msg-core-wrapper/CMakeFiles/__idf_msg-core-wrapper.dir/msg-core/src/msg_utils.c.obj
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_utils.c:3:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_utils.c:3:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[786/806] Building C object esp-idf/msg-core-wrapper/CMakeFiles/__idf_msg-core-wrapper.dir/msg-core/src/msg_tcpip.c.obj
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_tcpip.c:9:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/msg-core-wrapper/msg-core/src/msg_tcpip.c:9:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[787/806] Building C object esp-idf/phev-core-wrapper/CMakeFiles/__idf_phev-core-wrapper.dir/phevcore/src/phev_core.c.obj
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/phev-core-wrapper/phevcore/src/phev_core.c:6:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/phev-core-wrapper/phevcore/src/phev_core.c:6:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
In file included from ../components/phev-core-wrapper/phevcore/src/phev_core.c:4:
../components/phev-core-wrapper/phevcore/include/phev_core.h:81:13: warning: 'phev_core_my18' defined but not used [-Wunused-variable]
 static bool phev_core_my18 = false;
             ^~~~~~~~~~~~~~
[788/806] Building C object esp-idf/phev-core-wrapper/CMakeFiles/__idf_phev-core-wrapper.dir/phevcore/src/phev_model.c.obj
In file included from ../components/phev-core-wrapper/phevcore/src/phev_model.c:3:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/phev-core-wrapper/phevcore/src/phev_model.c:3:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[791/806] Building C object esp-idf/phev-core-wrapper/CMakeFiles/__idf_phev-core-wrapper.dir/phevcore/src/phev.c.obj
../components/phev-core-wrapper/phevcore/src/phev.c: In function 'phev_init':
../components/phev-core-wrapper/phevcore/src/phev.c:184:29: warning: unused variable 'serviceSettings' [-Wunused-variable]
     phevServiceSettings_t * serviceSettings;
                             ^~~~~~~~~~~~~~~
../components/phev-core-wrapper/phevcore/src/phev.c:183:24: warning: unused variable 'srvCtx' [-Wunused-variable]
     phevServiceCtx_t * srvCtx = NULL;
                        ^~~~~~
In file included from ../components/phev-core-wrapper/phevcore/src/phev.c:10:
At top level:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/phev-core-wrapper/phevcore/src/phev.c:10:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
In file included from ../components/phev-core-wrapper/phevcore/include/phev_service.h:7,
                 from ../components/phev-core-wrapper/phevcore/include/phev.h:10,
                 from ../components/phev-core-wrapper/phevcore/src/phev.c:3:
../components/phev-core-wrapper/phevcore/include/phev_core.h:81:13: warning: 'phev_core_my18' defined but not used [-Wunused-variable]
 static bool phev_core_my18 = false;
             ^~~~~~~~~~~~~~
[792/806] Building C object esp-idf/phev-core-wrapper/CMakeFiles/__idf_phev-core-wrapper.dir/phevcore/src/phev_register.c.obj
../components/phev-core-wrapper/phevcore/src/phev_register.c: In function 'phev_register_eventHandler':
../components/phev-core-wrapper/phevcore/src/phev_register.c:122:30: warning: passing argument 1 of 'regCtx->complete' from incompatible pointer type [-Wincompatible-pointer-types]
             regCtx->complete(regCtx);
                              ^~~~~~
../components/phev-core-wrapper/phevcore/src/phev_register.c:122:30: note: expected 'phev_pipe_ctx_t *' {aka 'struct phev_pipe_ctx_t *'} but argument is of type 'phevRegisterCtx_t *' {aka 'struct phevRegisterCtx_t *'}
../components/phev-core-wrapper/phevcore/src/phev_register.c:132:34: warning: passing argument 1 of 'regCtx->errorHandler' from incompatible pointer type [-Wincompatible-pointer-types]
             regCtx->errorHandler(&event);
                                  ^~~~~~
../components/phev-core-wrapper/phevcore/src/phev_register.c:132:34: note: expected 'phevError_t *' {aka 'struct phevError_t *'} but argument is of type 'phevPipeEvent_t **' {aka 'struct phevPipeEvent_t **'}
../components/phev-core-wrapper/phevcore/src/phev_register.c:129:25: warning: unused variable 'error' [-Wunused-variable]
             phevError_t error = {
                         ^~~~~
../components/phev-core-wrapper/phevcore/src/phev_register.c:148:34: warning: passing argument 1 of 'regCtx->complete' from incompatible pointer type [-Wincompatible-pointer-types]
                 regCtx->complete(regCtx);
                                  ^~~~~~
../components/phev-core-wrapper/phevcore/src/phev_register.c:148:34: note: expected 'phev_pipe_ctx_t *' {aka 'struct phev_pipe_ctx_t *'} but argument is of type 'phevRegisterCtx_t *' {aka 'struct phevRegisterCtx_t *'}
In file included from ../components/phev-core-wrapper/phevcore/src/phev_register.c:4:
At top level:
../components/phev-core-wrapper/phevcore/include/phev_core.h:81:13: warning: 'phev_core_my18' defined but not used [-Wunused-variable]
 static bool phev_core_my18 = false;
             ^~~~~~~~~~~~~~
In file included from ../components/phev-core-wrapper/phevcore/src/phev_register.c:3:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/phev-core-wrapper/phevcore/src/phev_register.c:3:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[793/806] Building C object esp-idf/phev-core-wrapper/CMakeFiles/__idf_phev-core-wrapper.dir/phevcore/src/phev_service.c.obj
../components/phev-core-wrapper/phevcore/src/phev_service.c: In function 'phev_service_eventHandler':
../components/phev-core-wrapper/phevcore/src/phev_service.c:36:32: warning: unused variable 'srvCtx' [-Wunused-variable]
             phevServiceCtx_t * srvCtx = (phevServiceCtx_t *) ctx->ctx;
                                ^~~~~~
../components/phev-core-wrapper/phevcore/src/phev_service.c: In function 'phev_service_checkByte':
../components/phev-core-wrapper/phevcore/src/phev_service.c:287:17: warning: comparison is always true due to limited range of data type [-Wtype-limits]
     return (num >= 0 && num < 256);
                 ^~
../components/phev-core-wrapper/phevcore/src/phev_service.c: In function 'phev_service_jsonOutputTransformer':
../components/phev-core-wrapper/phevcore/src/phev_service.c:779:16: warning: unused variable 'timeinfo' [-Wunused-variable]
     struct tm *timeinfo;
                ^~~~~~~~
../components/phev-core-wrapper/phevcore/src/phev_service.c:719:23: warning: variable 'serviceCtx' set but not used [-Wunused-but-set-variable]
     phevServiceCtx_t *serviceCtx = NULL;
                       ^~~~~~~~~~
../components/phev-core-wrapper/phevcore/src/phev_service.c: In function 'phev_service_getRemainingChargeTime':
../components/phev-core-wrapper/phevcore/src/phev_service.c:1045:22: warning: comparison is always false due to limited range of data type [-Wtype-limits]
         return ((low < 0 ? low + 0x100 : low) * 0x100) + (high < 0 ? high + 0x100 : high);
                      ^
../components/phev-core-wrapper/phevcore/src/phev_service.c:1045:64: warning: comparison is always false due to limited range of data type [-Wtype-limits]
         return ((low < 0 ? low + 0x100 : low) * 0x100) + (high < 0 ? high + 0x100 : high);
                                                                ^
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/phev-core-wrapper/phevcore/src/phev_service.c:7:
At top level:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/phev-core-wrapper/phevcore/src/phev_service.c:7:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[794/806] Building C object esp-idf/phev-core-wrapper/CMakeFiles/__idf_phev-core-wrapper.dir/phevcore/src/phev_tcpip.c.obj
../components/phev-core-wrapper/phevcore/src/phev_tcpip.c: In function 'xorDataWithValue':
../components/phev-core-wrapper/phevcore/src/phev_tcpip.c:71:15: warning: comparison is always false due to limited range of data type [-Wtype-limits]
     if(length > 1023) return NULL;
               ^
At top level:
../components/phev-core-wrapper/phevcore/src/phev_tcpip.c:107:13: warning: 'phexdump' defined but not used [-Wunused-function]
 static void phexdump(const char *tag, const unsigned char *buffer, const int length, const int level)
             ^~~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/phev-core-wrapper/phevcore/src/phev_tcpip.c:40:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/phev-core-wrapper/phevcore/src/phev_tcpip.c:40:
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
In file included from ../components/phev-core-wrapper/phevcore/src/phev_tcpip.c:39:
../components/phev-core-wrapper/phevcore/include/phev_core.h:81:13: warning: 'phev_core_my18' defined but not used [-Wunused-variable]
 static bool phev_core_my18 = false;
             ^~~~~~~~~~~~~~
[795/806] Building C object esp-idf/phev-core-wrapper/CMakeFiles/__idf_phev-core-wrapper.dir/phevcore/src/phev_pipe.c.obj
../components/phev-core-wrapper/phevcore/src/phev_pipe.c:218:13: warning: 'bb_waiting' defined but not used [-Wunused-variable]
 static bool bb_waiting = false;
             ^~~~~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../components/phev-core-wrapper/phevcore/src/phev_pipe.c:3:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
In file included from ../components/phev-core-wrapper/phevcore/include/phev_pipe.h:11,
                 from ../components/phev-core-wrapper/phevcore/src/phev_pipe.c:1:
../components/phev-core-wrapper/phevcore/include/phev_core.h:81:13: warning: 'phev_core_my18' defined but not used [-Wunused-variable]
 static bool phev_core_my18 = false;
             ^~~~~~~~~~~~~~
[798/806] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/mqtt.c.obj
../main/mqtt.c: In function 'mqtt_event_handler':
../main/mqtt.c:86:35: warning: passing argument 1 of 'nvs_set_u8' makes integer from pointer without a cast [-Wint-conversion]
                     nvs_set_u8(ctx->ctx,"forceota",true);
                                ~~~^~~~~
In file included from ../main/mqtt.c:11:
D:/esp-idf/components/nvs_flash/include/nvs.h:202:37: note: expected 'nvs_handle_t' {aka 'unsigned int'} but argument is of type 'void *'
 esp_err_t nvs_set_u8  (nvs_handle_t handle, const char* key, uint8_t value);
                        ~~~~~~~~~~~~~^~~~~~
../main/mqtt.c: In function 'msg_mqtt_connect':
../main/mqtt.c:132:9: warning: unused variable 'ret' [-Wunused-variable]
     int ret = esp_mqtt_client_start(mqtt);
         ^~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../main/mqtt.c:5:
At top level:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[799/806] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/ota.c.obj
In file included from ../main/ota.c:11:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[800/806] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
In file included from ../main/main.c:21:
D:/esp-idf/components/esp_event/include/esp_event_loop.h:2:2: warning: #warning "esp_event_loop.h is deprecated, please include esp_event.h instead" [-Wcpp]
 #warning "esp_event_loop.h is deprecated, please include esp_event.h instead"
  ^~~~~~~
../main/main.c: In function 'wifi_client_setup':
../main/main.c:120:5: warning: 'esp_event_loop_init' is deprecated [-Wdeprecated-declarations]
     ESP_ERROR_CHECK(esp_event_loop_init(wifi_client_event_handler, NULL));
     ^~~~~~~~~~~~~~~
In file included from D:/esp-idf/components/esp_event/include/esp_event.h:26,
                 from D:/esp-idf/components/esp_wifi/include/esp_wifi.h:64,
                 from ../main/main.c:10:
D:/esp-idf/components/esp_event/include/esp_event_legacy.h:231:11: note: declared here
 esp_err_t esp_event_loop_init(system_event_cb_t cb, void *ctx) __attribute__ ((deprecated));
           ^~~~~~~~~~~~~~~~~~~
In file included from D:/esp-idf/components/esp_timer/include/esp_timer.h:44,
                 from D:/esp-idf/components/freertos/xtensa/include/freertos/portmacro.h:84,
                 from D:/esp-idf/components/freertos/include/freertos/portable.h:95,
                 from D:/esp-idf/components/freertos/include/freertos/FreeRTOS.h:107,
                 from ../main/main.c:4:
../main/main.c:120:41: warning: passing argument 1 of 'esp_event_loop_init' from incompatible pointer type [-Wincompatible-pointer-types]
     ESP_ERROR_CHECK(esp_event_loop_init(wifi_client_event_handler, NULL));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
D:/esp-idf/components/esp_common/include/esp_err.h:118:31: note: in definition of macro 'ESP_ERROR_CHECK'
         esp_err_t __err_rc = (x);                                       \
                               ^
In file included from D:/esp-idf/components/esp_event/include/esp_event.h:26,
                 from D:/esp-idf/components/esp_wifi/include/esp_wifi.h:64,
                 from ../main/main.c:10:
D:/esp-idf/components/esp_event/include/esp_event_legacy.h:231:49: note: expected 'system_event_cb_t' {aka 'int (*)(void *, struct <anonymous> *)'} but argument is of type 'void (*)(void *, const char *, int32_t,  void *)' {aka 'void (*)(void *, const char *, int,  void *)'}
 esp_err_t esp_event_loop_init(system_event_cb_t cb, void *ctx) __attribute__ ((deprecated));
                               ~~~~~~~~~~~~~~~~~~^~
../main/main.c: In function 'main_eventHandler':
../main/main.c:271:24: warning: passing argument 1 of 'nvs_set_u8' makes integer from pointer without a cast [-Wint-conversion]
             nvs_set_u8(nvsHandle,"registered",true);
                        ^~~~~~~~~
In file included from ../main/main.c:13:
D:/esp-idf/components/nvs_flash/include/nvs.h:202:37: note: expected 'nvs_handle_t' {aka 'unsigned int'} but argument is of type 'void *'
 esp_err_t nvs_set_u8  (nvs_handle_t handle, const char* key, uint8_t value);
                        ~~~~~~~~~~~~~^~~~~~
../main/main.c: In function 'main_phev_start':
../main/main.c:361:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
         .host = host,
                 ^~~~
../main/main.c:362:16: warning: initialization of 'uint8_t *' {aka 'unsigned char *'} from incompatible pointer type 'uint64_t *' {aka 'long long unsigned int *'} [-Wincompatible-pointer-types]
         .mac = mac,
                ^~~
../main/main.c:362:16: note: (near initialization for 'settings.mac')
../main/main.c:387:9: warning: unused variable 'last' [-Wunused-variable]
     int last = -1;
         ^~~~
../main/main.c:385:13: warning: unused variable 'lastPing' [-Wunused-variable]
     uint8_t lastPing = 0;
             ^~~~~~~~
../main/main.c: In function 'app_main':
../main/main.c:422:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     esp_app_desc_t * app = esp_ota_get_app_description();
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../main/main.c:457:59: warning: passing argument 3 of 'nvs_open' from incompatible pointer type [-Wincompatible-pointer-types]
     esp_err_t err = nvs_open("phev_store", NVS_READWRITE, &nvsHandle);
                                                           ^~~~~~~~~~
In file included from ../main/main.c:13:
D:/esp-idf/components/nvs_flash/include/nvs.h:142:79: note: expected 'nvs_handle_t *' {aka 'unsigned int *'} but argument is of type 'void **'
 esp_err_t nvs_open(const char* name, nvs_open_mode_t open_mode, nvs_handle_t *out_handle);
                                                                 ~~~~~~~~~~~~~~^~~~~~~~~~
../main/main.c:459:22: warning: passing argument 1 of 'nvs_get_u8' makes integer from pointer without a cast [-Wint-conversion]
     err = nvs_get_u8(nvsHandle,"registered", &registered);
                      ^~~~~~~~~
In file included from ../main/main.c:13:
D:/esp-idf/components/nvs_flash/include/nvs.h:280:37: note: expected 'nvs_handle_t' {aka 'unsigned int'} but argument is of type 'void *'
 esp_err_t nvs_get_u8  (nvs_handle_t handle, const char* key, uint8_t* out_value);
                        ~~~~~~~~~~~~~^~~~~~
../main/main.c:464:26: warning: passing argument 1 of 'nvs_set_u8' makes integer from pointer without a cast [-Wint-conversion]
         err = nvs_set_u8(nvsHandle,"registered",registered);
                          ^~~~~~~~~
In file included from ../main/main.c:13:
D:/esp-idf/components/nvs_flash/include/nvs.h:202:37: note: expected 'nvs_handle_t' {aka 'unsigned int'} but argument is of type 'void *'
 esp_err_t nvs_set_u8  (nvs_handle_t handle, const char* key, uint8_t value);
                        ~~~~~~~~~~~~~^~~~~~
../main/main.c:467:22: warning: passing argument 1 of 'nvs_get_u8' makes integer from pointer without a cast [-Wint-conversion]
     err = nvs_get_u8(nvsHandle,"forceota", &forceota);
                      ^~~~~~~~~
In file included from ../main/main.c:13:
D:/esp-idf/components/nvs_flash/include/nvs.h:280:37: note: expected 'nvs_handle_t' {aka 'unsigned int'} but argument is of type 'void *'
 esp_err_t nvs_get_u8  (nvs_handle_t handle, const char* key, uint8_t* out_value);
                        ~~~~~~~~~~~~~^~~~~~
../main/main.c:475:24: warning: passing argument 1 of 'nvs_set_u8' makes integer from pointer without a cast [-Wint-conversion]
             nvs_set_u8(nvsHandle,"forceota",false);
                        ^~~~~~~~~
In file included from ../main/main.c:13:
D:/esp-idf/components/nvs_flash/include/nvs.h:202:37: note: expected 'nvs_handle_t' {aka 'unsigned int'} but argument is of type 'void *'
 esp_err_t nvs_set_u8  (nvs_handle_t handle, const char* key, uint8_t value);
                        ~~~~~~~~~~~~~^~~~~~
../main/main.c:526:33: warning: passing argument 2 of 'main_phev_start' from incompatible pointer type [-Wincompatible-pointer-types]
     main_phev_start(!registered,mac,deviceId);
                                 ^~~
../main/main.c:341:44: note: expected 'uint64_t *' {aka 'long long unsigned int *'} but argument is of type 'uint8_t *' {aka 'unsigned char *'}
 void main_phev_start(bool init, uint64_t * mac,char * deviceId)
                                 ~~~~~~~~~~~^~~
At top level:
../main/main.c:82:12: warning: 'global_sock' defined but not used [-Wunused-variable]
 static int global_sock = 0;
            ^~~~~~~~~~~
In file included from ../components/phev-core-wrapper/phevcore/include/phev_service.h:7,
                 from ../components/phev-core-wrapper/phevcore/include/phev.h:10,
                 from ../main/main.c:29:
../components/phev-core-wrapper/phevcore/include/phev_core.h:81:13: warning: 'phev_core_my18' defined but not used [-Wunused-variable]
 static bool phev_core_my18 = false;
             ^~~~~~~~~~~~~~
In file included from ../components/msg-core-wrapper/msg-core/include/msg_utils.h:8,
                 from ../main/main.c:24:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[801/806] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/ppp.c.obj
In file included from ../main/ppp.c:15:
D:/esp-idf/components/esp_event/include/esp_event_loop.h:2:2: warning: #warning "esp_event_loop.h is deprecated, please include esp_event.h instead" [-Wcpp]
 #warning "esp_event_loop.h is deprecated, please include esp_event.h instead"
  ^~~~~~~
In file included from ../main/ppp.c:29:
../components/msg-core-wrapper/msg-core/include/logger.h:69:13: warning: 'hexdump' defined but not used [-Wunused-function]
 static void hexdump(const char * tag, const unsigned char * buffer, const int length, const int level)
             ^~~~~~~
../components/msg-core-wrapper/msg-core/include/logger.h:20:13: warning: 'nop' defined but not used [-Wunused-function]
 static void nop() {}
             ^~~
[805/806] Generating binary image from built executable
esptool.py v3.0
Generated D:/phev-ttgo/build/phev-ttgo.bin
[805/806] cmd.exe /C "cd /D D:\esp-idf\components\esptool_py && C:\Users\janne\.espressif\tools\cmake\3.16.4...flash_args" -D WORKING_DIRECTORY="D:/phev-ttgo/build" -P D:/esp-idf/components/esptool_py/run_esptool.cmake"
esptool.py --chip esp32 -p COM3 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 4MB 0x8000 partition_table/partition-table.bin 0xd000 ota_data_initial.bin 0x1000 bootloader/bootloader.bin 0x10000 phev-ttgo.bin
esptool.py v3.0
Serial port COM3
Connecting......
Chip is ESP32-D0WD (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: c4:4f:33:53:73:39
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Compressed 3072 bytes to 138...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (138 compressed) at 0x00008000 in 0.0 seconds (effective 3282.5 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 31...
Writing at 0x0000d000... (100 %)
Wrote 8192 bytes (31 compressed) at 0x0000d000 in 0.0 seconds (effective 14588.6 kbit/s)...
Hash of data verified.
Compressed 27488 bytes to 16285...
Writing at 0x00001000... (100 %)
Wrote 27488 bytes (16285 compressed) at 0x00001000 in 0.4 seconds (effective 570.7 kbit/s)...
Hash of data verified.
Compressed 989440 bytes to 619018...
Writing at 0x00010000... (2 %)
Writing at 0x00014000... (5 %)
Writing at 0x00018000... (7 %)
Writing at 0x0001c000... (10 %)
Writing at 0x00020000... (13 %)
Writing at 0x00024000... (15 %)
Writing at 0x00028000... (18 %)
Writing at 0x0002c000... (21 %)
Writing at 0x00030000... (23 %)
Writing at 0x00034000... (26 %)
Writing at 0x00038000... (28 %)
Writing at 0x0003c000... (31 %)
Writing at 0x00040000... (34 %)
Writing at 0x00044000... (36 %)
Writing at 0x00048000... (39 %)
Writing at 0x0004c000... (42 %)
Writing at 0x00050000... (44 %)
Writing at 0x00054000... (47 %)
Writing at 0x00058000... (50 %)
Writing at 0x0005c000... (52 %)
Writing at 0x00060000... (55 %)
Writing at 0x00064000... (57 %)
Writing at 0x00068000... (60 %)
Writing at 0x0006c000... (63 %)
Writing at 0x00070000... (65 %)
Writing at 0x00074000... (68 %)
Writing at 0x00078000... (71 %)
Writing at 0x0007c000... (73 %)
Writing at 0x00080000... (76 %)
Writing at 0x00084000... (78 %)
Writing at 0x00088000... (81 %)
Writing at 0x0008c000... (84 %)
Writing at 0x00090000... (86 %)
Writing at 0x00094000... (89 %)
Writing at 0x00098000... (92 %)
Writing at 0x0009c000... (94 %)
Writing at 0x000a0000... (97 %)
Writing at 0x000a4000... (100 %)
Wrote 989440 bytes (619018 compressed) at 0x00010000 in 14.8 seconds (effective 535.4 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...
Executing action: monitor
Running idf_monitor in directory d:\phev-ttgo
Executing "C:\Users\janne\.espressif\python_env\idf4.2_py3.7_env\Scripts\python.exe D:\esp-idf\tools/idf_monitor.py -p COM3 -b 115200 --toolchain-prefix xtensa-esp32-elf- d:\phev-ttgo\build\phev-ttgo.elf -m 'C:\Users\janne\.espressif\python_env\idf4.2_py3.7_env\Scripts\python.exe' 'D:\esp-idf\tools\idf.py' '-p' 'COM3'"...
--- WARNING: GDB cannot open serial ports accessed as COMx
--- Using \\.\COM3 instead...
--- idf_monitor on \\.\COM3 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jun  8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:7160
load:0x40078000,len:15080
load:0x40080400,len:5152
0x40080400: _init at ??:?

entry 0x4008075c
I (29) boot: ESP-IDF v4.2-dirty 2nd stage bootloader
I (29) boot: compile time 20:36:46
I (29) boot: chip revision: 1
I (32) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (39) boot.esp32: SPI Speed      : 40MHz
I (44) boot.esp32: SPI Mode       : DIO
I (48) boot.esp32: SPI Flash Size : 4MB
I (53) boot: Enabling RNG early entropy source...
I (58) boot: Partition Table:
I (62) boot: ## Label            Usage          Type ST Offset   Length
I (69) boot:  0 nvs              WiFi data        01 02 00009000 00004000
I (77) boot:  1 otadata          OTA data         01 00 0000d000 00002000
I (84) boot:  2 phy_init         RF data          01 01 0000f000 00001000
I (91) boot:  3 factory          factory app      00 00 00010000 00100000
I (99) boot:  4 ota_0            OTA app          00 10 00110000 00100000
I (106) boot:  5 ota_1            OTA app          00 11 00210000 00100000
I (114) boot: End of partition table
I (118) boot: Defaulting to factory image
I (123) boot_comm: chip revision: 1, min. application chip revision: 0
I (130) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x2ae68 (175720) map
I (203) esp_image: segment 1: paddr=0x0003ae90 vaddr=0x3ffb0000 size=0x03974 ( 14708) load
I (209) esp_image: segment 2: paddr=0x0003e80c vaddr=0x40080000 size=0x00404 (  1028) load
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

I (210) esp_image: segment 3: paddr=0x0003ec18 vaddr=0x40080404 size=0x01400 (  5120) load
I (220) esp_image: segment 4: paddr=0x00040020 vaddr=0x400d0020 size=0xacbb4 (707508) map
0x400d0020: _stext at ??:?

I (482) esp_image: segment 5: paddr=0x000ecbdc vaddr=0x40081804 size=0x14cf4 ( 85236) load
0x40081804: start_cpu0_default at D:/esp-idf/components/esp32/cpu_start.c:371

I (532) boot: Loaded app from partition at offset 0x10000
I (532) boot: Disabling RNG early entropy source...
I (533) cpu_start: Pro cpu up.
I (536) cpu_start: Application information:
I (541) cpu_start: Project name:     phev-ttgo
I (546) cpu_start: App version:      v0.2-15-g62f5716
I (552) cpu_start: Compile time:     Mar 16 2021 21:28:25
I (558) cpu_start: ELF file SHA256:  91c9274beb5254f5...
I (564) cpu_start: ESP-IDF:          v4.2-dirty
I (569) cpu_start: Starting app cpu, entry point is 0x40081978
0x40081978: call_start_cpu1 at D:/esp-idf/components/esp32/cpu_start.c:287

I (0) cpu_start: App cpu up.
V (580) memory_layout: reserved range is 0x3f42ae50 - 0x3f42ae88
D (586) memory_layout: Checking 7 reserved memory ranges:
D (591) memory_layout: Reserved memory range 0x3ffae000 - 0x3ffae6e0
D (597) memory_layout: Reserved memory range 0x3ffb0000 - 0x3ffb85e0
D (604) memory_layout: Reserved memory range 0x3ffe0000 - 0x3ffe0440
D (610) memory_layout: Reserved memory range 0x3ffe3f20 - 0x3ffe4350
D (617) memory_layout: Reserved memory range 0x40070000 - 0x40078000
D (623) memory_layout: Reserved memory range 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (630) memory_layout: Reserved memory range 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (636) memory_layout: Building list of available memory regions:
V (642) memory_layout: Examining memory region 0x3ffae000 - 0x3ffb0000
V (649) memory_layout: Start of region 0x3ffae000 - 0x3ffb0000 overlaps reserved 0x3ffae000 - 0x3ffae6e0
D (658) memory_layout: Available memory region 0x3ffae6e0 - 0x3ffb0000
V (665) memory_layout: Examining memory region 0x3ffb0000 - 0x3ffb8000
V (672) memory_layout: Region 0x3ffb0000 - 0x3ffb8000 inside of reserved 0x3ffb0000 - 0x3ffb85e0
V (680) memory_layout: Examining memory region 0x3ffb8000 - 0x3ffc0000
V (687) memory_layout: Start of region 0x3ffb8000 - 0x3ffc0000 overlaps reserved 0x3ffb0000 - 0x3ffb85e0
D (697) memory_layout: Available memory region 0x3ffb85e0 - 0x3ffc0000
V (703) memory_layout: Examining memory region 0x3ffc0000 - 0x3ffc2000
D (710) memory_layout: Available memory region 0x3ffc0000 - 0x3ffc2000
V (716) memory_layout: Examining memory region 0x3ffc2000 - 0x3ffc4000
D (723) memory_layout: Available memory region 0x3ffc2000 - 0x3ffc4000
V (730) memory_layout: Examining memory region 0x3ffc4000 - 0x3ffc6000
D (736) memory_layout: Available memory region 0x3ffc4000 - 0x3ffc6000
V (743) memory_layout: Examining memory region 0x3ffc6000 - 0x3ffc8000
D (749) memory_layout: Available memory region 0x3ffc6000 - 0x3ffc8000
V (756) memory_layout: Examining memory region 0x3ffc8000 - 0x3ffca000
D (762) memory_layout: Available memory region 0x3ffc8000 - 0x3ffca000
V (769) memory_layout: Examining memory region 0x3ffca000 - 0x3ffcc000
D (776) memory_layout: Available memory region 0x3ffca000 - 0x3ffcc000
V (782) memory_layout: Examining memory region 0x3ffcc000 - 0x3ffce000
D (789) memory_layout: Available memory region 0x3ffcc000 - 0x3ffce000
V (795) memory_layout: Examining memory region 0x3ffce000 - 0x3ffd0000
D (802) memory_layout: Available memory region 0x3ffce000 - 0x3ffd0000
V (809) memory_layout: Examining memory region 0x3ffd0000 - 0x3ffd2000
D (815) memory_layout: Available memory region 0x3ffd0000 - 0x3ffd2000
V (822) memory_layout: Examining memory region 0x3ffd2000 - 0x3ffd4000
D (828) memory_layout: Available memory region 0x3ffd2000 - 0x3ffd4000
V (835) memory_layout: Examining memory region 0x3ffd4000 - 0x3ffd6000
D (842) memory_layout: Available memory region 0x3ffd4000 - 0x3ffd6000
V (848) memory_layout: Examining memory region 0x3ffd6000 - 0x3ffd8000
D (855) memory_layout: Available memory region 0x3ffd6000 - 0x3ffd8000
V (861) memory_layout: Examining memory region 0x3ffd8000 - 0x3ffda000
D (868) memory_layout: Available memory region 0x3ffd8000 - 0x3ffda000
V (875) memory_layout: Examining memory region 0x3ffda000 - 0x3ffdc000
D (881) memory_layout: Available memory region 0x3ffda000 - 0x3ffdc000
V (888) memory_layout: Examining memory region 0x3ffdc000 - 0x3ffde000
D (894) memory_layout: Available memory region 0x3ffdc000 - 0x3ffde000
V (901) memory_layout: Examining memory region 0x3ffde000 - 0x3ffe0000
D (908) memory_layout: Available memory region 0x3ffde000 - 0x3ffe0000
V (914) memory_layout: Examining memory region 0x3ffe0000 - 0x3ffe4000
V (921) memory_layout: Start of region 0x3ffe0000 - 0x3ffe4000 overlaps reserved 0x3ffe0000 - 0x3ffe0440
V (930) memory_layout: End of region 0x3ffe0440 - 0x3ffe4000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
D (940) memory_layout: Available memory region 0x3ffe0440 - 0x3ffe3f20
V (946) memory_layout: Examining memory region 0x3ffe4000 - 0x3ffe8000
V (953) memory_layout: Start of region 0x3ffe4000 - 0x3ffe8000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
D (962) memory_layout: Available memory region 0x3ffe4350 - 0x3ffe8000
V (969) memory_layout: Examining memory region 0x3ffe8000 - 0x3fff0000
D (976) memory_layout: Available memory region 0x3ffe8000 - 0x3fff0000
V (982) memory_layout: Examining memory region 0x3fff0000 - 0x3fff8000
D (989) memory_layout: Available memory region 0x3fff0000 - 0x3fff8000
V (995) memory_layout: Examining memory region 0x3fff8000 - 0x3fffc000
D (1002) memory_layout: Available memory region 0x3fff8000 - 0x3fffc000
V (1009) memory_layout: Examining memory region 0x3fffc000 - 0x40000000
D (1015) memory_layout: Available memory region 0x3fffc000 - 0x40000000
V (1022) memory_layout: Examining memory region 0x40070000 - 0x40078000
V (1029) memory_layout: Region 0x40070000 - 0x40078000 inside of reserved 0x40070000 - 0x40078000
V (1038) memory_layout: Examining memory region 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1044) memory_layout: Region 0x40078000 - 0x40080000 inside of reserved 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1053) memory_layout: Examining memory region 0x40080000 - 0x40082000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

V (1060) memory_layout: Region 0x40080000 - 0x40082000 inside of reserved 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1069) memory_layout: Examining memory region 0x40082000 - 0x40084000
0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

V (1076) memory_layout: Region 0x40082000 - 0x40084000 inside of reserved 0x40080000 - 0x400964f8
0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1085) memory_layout: Examining memory region 0x40084000 - 0x40086000
0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

V (1091) memory_layout: Region 0x40084000 - 0x40086000 inside of reserved 0x40080000 - 0x400964f8
0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1100) memory_layout: Examining memory region 0x40086000 - 0x40088000
0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

V (1107) memory_layout: Region 0x40086000 - 0x40088000 inside of reserved 0x40080000 - 0x400964f8
0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1116) memory_layout: Examining memory region 0x40088000 - 0x4008a000
0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

V (1123) memory_layout: Region 0x40088000 - 0x4008a000 inside of reserved 0x40080000 - 0x400964f8
0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1131) memory_layout: Examining memory region 0x4008a000 - 0x4008c000
0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

V (1138) memory_layout: Region 0x4008a000 - 0x4008c000 insi0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

de of reserved 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1147) memory_layout: Examining memory region 0x4008c000 - 0x4008e000
0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

0x4008e000: sta_input at ??:?

V (1154) memory_layout: Region 0x4008c000 - 0x4008e000 inside of reserved 0x40080000 - 0x400964f8
0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

0x4008e000: sta_input at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1163) memory_layout: Examining memory region 0x4008e000 - 0x40090000
0x4008e000: sta_input at ??:?

0x40090000: ppCalFrameTimes at ??:?

V (1169) memory_layout: Region 0x4008e000 - 0x40090000 inside of reserved 0x40080000 - 0x400964f8
0x4008e000: sta_input at ??:?

0x40090000: ppCalFrameTimes at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1178) memory_layout: Examining memory region 0x40090000 - 0x40092000
0x40090000: ppCalFrameTimes at ??:?

0x40092000: esf_buf_alloc at ??:?

V (1185) memory_layout: Region 0x40090000 - 0x40092000 inside of reserved 0x40080000 - 0x400964f8
0x40090000: ppCalFrameTimes at ??:?

0x40092000: esf_buf_alloc at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1194) memory_layout: Examining memory region 0x40092000 - 0x40094000
0x40092000: esf_buf_alloc at ??:?

0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

V (1201) memory_layout: Region 0x40092000 - 0x40094000 inside of reserved 0x40080000 - 0x400964f8
0x40092000: esf_buf_alloc at ??:?

0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1210) memory_layout: Examining memory region 0x40094000 - 0x40096000
0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

V (1216) memory_layout: Region 0x40094000 - 0x40096000 inside of reserved 0x40080000 - 0x400964f8
0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1225) memory_layout: Examining memory region 0x40096000 - 0x40098000
0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

V (1232) memory_layout: Start of region 0x40096000 - 0x40098000 overlaps reserved 0x40080000 - 0x400964f8
0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (1242) memory_layout: Available memory region 0x400964f8 - 0x40098000
V (1248) memory_layout: Examining memory region 0x40098000 - 0x4009a000
D (1255) memory_layout: Available memory region 0x40098000 - 0x4009a000
V (1262) memory_layout: Examining memory region 0x4009a000 - 0x4009c000
D (1268) memory_layout: Available memory region 0x4009a000 - 0x4009c000
V (1275) memory_layout: Examining memory region 0x4009c000 - 0x4009e000
D (1282) memory_layout: Available memory region 0x4009c000 - 0x4009e000
V (1288) memory_layout: Examining memory region 0x4009e000 - 0x400a0000
D (1295) memory_layout: Available memory region 0x4009e000 - 0x400a0000
I (1302) heap_init: Initializing. RAM available for dynamic allocation:
D (1309) heap_init: New heap initialised at 0x3ffae6e0
I (1314) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
D (1320) heap_init: New heap initialised at 0x3ffb85e0
I (1326) heap_init: At 3FFB85E0 len 00027A20 (158 KiB): DRAM
I (1332) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1338) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
D (1345) heap_init: New heap initialised at 0x400964f8
I (1350) heap_init: At 400964F8 len 00009B08 (38 KiB): IRAM
I (1356) cpu_start: Pro cpu start user code
D (1368) clk: RTC_SLOW_CLK calibration value: 3237325
V (1378) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1378) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (1383) intr_alloc: Connected src 46 to int 2 (cpu 0)
V (1389) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1395) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC0E
D (1403) intr_alloc: Connected src 17 to int 3 (cpu 0)
V (1409) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1415) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
D (1423) intr_alloc: Connected src 24 to int 9 (cpu 0)
D (1428) FLASH_HAL: extra_dummy: 1
V (1431) memspi: raw_chip_id: 164020

V (1435) memspi: chip_id: 204016

V (1439) memspi: raw_chip_id: 164020

V (1443) memspi: chip_id: 204016

D (1446) spi_flash: trying chip: issi
D (1450) spi_flash: trying chip: gd
D (1453) spi_flash: trying chip: mxic
D (1457) spi_flash: trying chip: generic
I (1461) spi_flash: detected chip: generic
I (1466) spi_flash: flash io: dio
I (1470) cpu_start: Starting scheduler on PRO CPU.
V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x40E
D (10) intr_alloc: Connected src 25 to int 2 (cpu 1)
I (10) cpu_start: Starting scheduler on APP CPU.
D (1520) heap_init: New heap initialised at 0x3ffe0440
D (1520) heap_init: New heap initialised at 0x3ffe4350
V (1530) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1530) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (1530) intr_alloc: Connected src 16 to int 12 (cpu 0)
I (1550) MAIN: PHEV TTGO Version v0.2-15-g62f5716
I (1550) MAIN: Custom MAC 005b940fc16d
D (1560) partition: Loading the partition table
D (1600) nvs: nvs_open_from_partition phev_store 1
D (1600) nvs: nvs_get registered 1
D (1600) nvs: nvs_get forceota 1
I (1600) MAIN: Device ID
I (1600) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (1610) gpio: GPIO[5]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (1620) gpio: GPIO[23]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
D (1630) esp_netif_lwip: LwIP stack has been initialized
D (1630) esp_netif_lwip: esp-netif has been successfully initialized
D (1640) event: running task for loop 0x3ffbda78
D (1650) event: created task for loop 0x3ffbda78
D (1650) event: created event loop 0x3ffbda78
V (1650) esp_netif_objects: esp_netif_next_unsafe 0x0
V (1660) esp_netif_objects: esp_netif_next_unsafe 0x0
D (1660) esp_netif_objects: esp_netif_add_to_list 0x3ffbe9a0
D (1670) esp_netif_objects: esp_netif_add_to_list netif added successfully (total netifs: 1)
D (1680) nvs: nvs_open_from_partition misc 1
D (1680) nvs: nvs_get_str_or_blob log
I (1700) wifi:wifi driver task: 3ffc0f44, prio:23, stack:6656, core=0
V (1700) esp_adapter: thread sem create: sem=0x3ffb901c
V (1700) esp_adapter: thread sem get: sem=0x3ffb901c
D (1700) nvs: nvs_open_from_partition nvs.net80211 1
D (1710) nvs: nvs_get opmode 1
D (1710) nvs: nvs_get_str_or_blob sta.ssid
D (1720) nvs: nvs_get_str_or_blob sta.mac
D (1720) nvs: nvs_get sta.authmode 1
D (1720) nvs: nvs_get_str_or_blob sta.pswd
D (1730) nvs: nvs_get_str_or_blob sta.pmk
D (1730) nvs: nvs_get sta.chan 1
D (1740) nvs: nvs_get auto.conn 1
D (1740) nvs: nvs_get bssid.set 1
D (1740) nvs: nvs_get_str_or_blob sta.bssid
D (1750) nvs: nvs_get sta.lis_intval 2
D (1750) nvs: nvs_get sta.phym 1
D (1750) nvs: nvs_get sta.phybw 1
D (1760) nvs: nvs_get_str_or_blob sta.apsw
D (1760) nvs: nvs_get_str_or_blob sta.apinfo
D (1770) nvs: nvs_get sta.scan_method 1
D (1770) nvs: nvs_get sta.sort_method 1
D (1770) nvs: nvs_get sta.minrssi 1
D (1780) nvs: nvs_get sta.minauth 1
D (1780) nvs: nvs_get sta.pmf_e 1
D (1780) nvs: nvs_get sta.pmf_r 1
D (1790) nvs: nvs_get_str_or_blob ap.ssid
D (1790) nvs: nvs_get_str_or_blob ap.mac
D (1800) nvs: nvs_get_str_or_blob ap.passwd
D (1800) nvs: nvs_get_str_or_blob ap.pmk
D (1800) nvs: nvs_get ap.chan 1
D (1810) nvs: nvs_get ap.authmode 1
D (1810) nvs: nvs_get ap.hidden 1
D (1810) nvs: nvs_get ap.max.conn 1
D (1820) nvs: nvs_get bcn.interval 2
D (1820) nvs: nvs_get ap.phym 1
D (1820) nvs: nvs_get ap.phybw 1
D (1830) nvs: nvs_get ap.sndchan 1
D (1830) nvs: nvs_get ap.pmf_e 1
D (1830) nvs: nvs_get ap.pmf_r 1
D (1840) nvs: nvs_get lorate 1
D (1840) nvs: nvs_get_str_or_blob country
D (1850) nvs: nvs_set ap.sndchan 1 1
D (1850) nvs: nvs_set_blob sta.mac 6
D (1850) nvs: nvs_set_blob ap.mac 6
I (1860) wifi:wifi firmware version: 1865b55
I (1860) wifi:wifi certification version: v7.0
I (1860) wifi:config NVS flash: enabled
I (1870) wifi:config nano formating: disabled
I (1870) wifi:Init data frame dynamic rx buffer num: 32
I (1880) wifi:Init management frame dynamic rx buffer num: 32
I (1880) wifi:Init management short buffer num: 32
I (1890) wifi:Init dynamic tx buffer num: 32
I (1890) wifi:Init static rx buffer size: 1600
I (1890) wifi:Init static rx buffer num: 10
I (1900) wifi:Init dynamic rx buffer num: 32
I (1900) wifi_init: rx ba win: 6
I (1910) wifi_init: tcpip mbox: 32
I (1910) wifi_init: udp mbox: 6
I (1910) wifi_init: tcp mbox: 6
I (1920) wifi_init: tcp tx win: 5744
I (1920) wifi_init: tcp rx win: 5744
I (1930) wifi_init: tcp mss: 1436
I (1930) wifi_init: WiFi IRAM OP enabled
I (1930) wifi_init: WiFi RX IRAM OP enabled
V (1940) esp_adapter: thread sem get: sem=0x3ffb901c
V (1940) esp_adapter: thread sem get: sem=0x3ffb901c
V (1950) esp_adapter: thread sem get: sem=0x3ffb901c
D (1960) phy_init: loading PHY init data from application binary
D (1960) nvs: nvs_open_from_partition phy 0
D (1970) nvs: nvs_get cal_version 4
V (1970) phy_init: phy_get_rf_cal_version: 4500

D (1970) nvs: nvs_get_str_or_blob cal_mac
D (1980) efuse: coding scheme 0
D (1980) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (1990) efuse: coding scheme 0
D (1990) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (2000) efuse: coding scheme 0
D (2000) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (2010) efuse: coding scheme 0
D (2010) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (2020) efuse: coding scheme 0
D (2020) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (2030) efuse: coding scheme 0
D (2030) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (2040) efuse: coding scheme 0
D (2040) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
D (2050) nvs: nvs_get_str_or_blob cal_data
D (2060) nvs: nvs_close 4
D (2060) efuse: coding scheme 0
D (2060) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (2070) efuse: coding scheme 0
D (2070) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (2080) efuse: coding scheme 0
D (2080) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (2090) efuse: coding scheme 0
D (2090) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (2100) efuse: coding scheme 0
D (2100) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (2110) efuse: coding scheme 0
D (2110) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (2120) efuse: coding scheme 0
D (2120) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
I (2210) phy: phy_version: 4500, 0cd6843, Sep 17 2020, 15:37:07, 0, 0
I (2210) wifi:mode : sta (00:5b:94:0f:c1:6d)
E (2220) event: system event loop not initialized via esp_event_loop_init
D (2220) event: running post WIFI_EVENT:2 with handler 0x400eb1b0 and context 0x3ffbec0c on loop 0x3ffbda78
0x400eb1b0: wifi_default_action_sta_start at D:/esp-idf/components/esp_wifi/src/wifi_default.c:74

D (2230) wifi_init_default: wifi_start esp-netif:0x3ffbe9a0 event-id2
D (2240) wifi_init_default: WIFI mac address: 0 5b 94 f c1 6d
V (2240) esp_adapter: thread sem create: sem=0x3ffc5c48
V (2250) esp_adapter: thread sem get: sem=0x3ffc5c48
D (2250) esp_netif_handlers: esp_netif action has started with netif0x3ffbe9a0 from event_id=2
D (2260) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e3f34
0x400e3f34: esp_netif_start_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:608

I (2270) MAIN: Waiting for WiFi...
D (2270) esp_netif_lwip: esp_netif_start_api 0x3ffbe9a0
D (2280) esp_netif_lwip: esp_netif_get_hostname esp_netif:0x3ffbe9a0
D (2280) esp_netif_lwip: check: local, if=0x3ffbe9a0 fn=0x400e4868
0x400e4868: esp_netif_update_default_netif_lwip at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:163

D (2290) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbe9a0
V (2300) esp_netif_objects: esp_netif_next_unsafe 0x0
V (2300) esp_netif_objects: esp_netif_next_unsafe 0x3ffbe9a0
V (2310) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffbe9a0
D (2310) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2320) event: running post WIFI_EVENT:2 with handler 0x400d616c and context 0x3ffbf4ec on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

V (2330) esp_adapter: thread sem get: sem=0x3ffc5c48
I (2460) wifi:new:<3,0>, old:<1,0>, ap:<255,255>, sta:<3,0>, prof:1
I (2460) wifi:state: init -> auth (b0)
I (2470) wifi:state: auth -> assoc (0)
I (2470) wifi:state: assoc -> run (10)
I (2680) wifi:connected with REMOTE55rstx, aid = 1, channel 3, BW20, bssid = 00:e0:20:7d:46:29
I (2680) wifi:security: WPA2-PSK, phy: bgn, rssi: -30
D (2680) nvs: nvs_set sta.chan 1 3
D (2680) nvs: nvs_set_blob sta.apinfo 700
I (2690) wifi:pm start, type: 1

E (2690) event: system event loop not initialized via esp_event_loop_init
D (2700) event: running post WIFI_EVENT:4 with handler 0x400eb1e0 and context 0x3ffbec5c on loop 0x3ffbda78
0x400eb1e0: wifi_default_action_sta_connected at D:/esp-idf/components/esp_wifi/src/wifi_default.c:88

V (2710) esp_adapter: thread sem get: sem=0x3ffc5c48
D (2710) esp_netif_handlers: esp_netif action connected with netif0x3ffbe9a0 from event_id=4
D (2720) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e4124
0x400e4124: esp_netif_up_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1131

D (2730) esp_netif_lwip: esp_netif_up_api esp_netif:0x3ffbe9a0
D (2730) esp_netif_lwip: check: local, if=0x3ffbe9a0 fn=0x400e4868
0x400e4868: esp_netif_update_default_netif_lwip at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:163

D (2740) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbe9a0
V (2750) esp_netif_objects: esp_netif_next_unsafe 0x0
V (2750) esp_netif_objects: esp_netif_next_unsafe 0x3ffbe9a0
I (2750) wifi:V (2760) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffbe9a0
AP's beacon interval = 102400 us, DTIM period = 1D (2760) esp_netif_lwip: call api in lwip: ret=0x0, give sem

D (2780) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e3d84
0x400e3d84: esp_netif_dhcpc_start_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:929

D (2780) esp_netif_lwip: esp_netif_dhcpc_start_api esp_netif:0x3ffbe9a0
D (2790) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbe9a0
D (2790) esp_netif_lwip: if0x3ffbe9a0 start ip lost tmr: no need start because netif=0x3ffbea24 interval=120 ip=0
D (2810) esp_netif_lwip: starting dhcp client
D (2810) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2820) event: running post WIFI_EVENT:4 with handler 0x400d616c and context 0x3ffbf4ec on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

D (3630) esp_netif_lwip: esp_netif_dhcpc_cb lwip-netif:0x3ffbea24
D (3630) esp_netif_lwip: if0x3ffbe9a0 ip changed=1
D (3630) event: running post IP_EVENT:0 with handler 0x400eb034 and context 0x3ffbed10 on loop 0x3ffbda78
0x400eb034: wifi_default_action_sta_got_ip at D:/esp-idf/components/esp_wifi/src/wifi_default.c:128

E (3630) event: system event loop not initialized via esp_event_loop_init
D (3640) wifi_init_default: Got IP wifi default handler entered
E (3650) esp_netif_lwip: dhcpc cb: failed to post got ip event (103)
D (3650) esp_netif_handlers: esp_netif action got_ip with netif0x3ffbe9a0 from event_id=0
I (3670) esp_netif_handlers: sta ip: 192.168.8.52, mask: 255.255.255.0, gw: 192.168.8.46
D (3680) event: running post IP_EVENT:0 with handler 0x400d616c and context 0x3ffb92ac on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

I (3690) MAIN: got ip:192.168.8.52
I (3690) MAIN: Interface priority is st1 (192.168.8.52/255.255.255.0 gateway 192.168.8.46)
I (3700) MAIN: Interface priority is lo0 (127.0.0.1/255.0.0.0 gateway 127.0.0.1)
I (3710) MAIN: WiFi Connected...
D (3710) PPP: Configuring UART1 GPIOs: TX:27 RX:26 RTS:0 CTS: 0
V (3720) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (3720) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0xE
D (3730) intr_alloc: Connected src 35 to int 3 (cpu 1)
D (3740) PPP: AT
D (4240) PPP: �
D (5520) PPP: �
E (9520) PPP: Gsm Init Error
E (9520) FreeRTOS: FreeRTOS Task "pppos_client_ta" should not return, Aborting now!

abort() was called at PC 0x40088737 on core 0
0x40088737: vPortTaskWrapper at D:/esp-idf/components/freertos/xtensa/port.c:147

Backtrace:0x40088073:0x3ffc6ba0 0x40088711:0x3ffc6bc0 0x4008f2de:0x3ffc6be0 0x40088737:0x3ffc6c50
0x40088073: panic_abort at D:/esp-idf/components/esp_system/panic.c:330

0x40088711: esp_system_abort at D:/esp-idf/components/esp_system/system_api.c:106

0x4008f2de: abort at D:/esp-idf/components/newlib/abort.c:46

0x40088737: vPortTaskWrapper at D:/esp-idf/components/freertos/xtensa/port.c:147

ELF file SHA256: 91c9274beb5254f5

Rebooting...
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:7160
load:0x40078000,len:15080
load:0x40080400,len:5152
0x40080400: _init at ??:?

entry 0x4008075c
I (29) boot: ESP-IDF v4.2-dirty 2nd stage bootloader
I (29) boot: compile time 20:36:46
I (29) boot: chip revision: 1
I (32) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (39) boot.esp32: SPI Speed      : 40MHz
I (44) boot.esp32: SPI Mode       : DIO
I (48) boot.esp32: SPI Flash Size : 4MB
I (53) boot: Enabling RNG early entropy source...
I (58) boot: Partition Table:
I (62) boot: ## Label            Usage          Type ST Offset   Length
I (69) boot:  0 nvs              WiFi data        01 02 00009000 00004000
I (77) boot:  1 otadata          OTA data         01 00 0000d000 00002000
I (84) boot:  2 phy_init         RF data          01 01 0000f000 00001000
I (92) boot:  3 factory          factory app      00 00 00010000 00100000
I (99) boot:  4 ota_0            OTA app          00 10 00110000 00100000
I (107) boot:  5 ota_1            OTA app          00 11 00210000 00100000
I (114) boot: End of partition table
I (118) boot: Defaulting to factory image
I (123) boot_comm: chip revision: 1, min. application chip revision: 0
I (130) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x2ae68 (175720) map
I (203) esp_image: segment 1: paddr=0x0003ae90 vaddr=0x3ffb0000 size=0x03974 ( 14708) load
I (209) esp_image: segment 2: paddr=0x0003e80c vaddr=0x40080000 size=0x00404 (  1028) load
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

I (210) esp_image: segment 3: paddr=0x0003ec18 vaddr=0x40080404 size=0x01400 (  5120) load
I (221) esp_image: segment 4: paddr=0x00040020 vaddr=0x400d0020 size=0xacbb4 (707508) map
0x400d0020: _stext at ??:?

I (482) esp_image: segment 5: paddr=0x000ecbdc vaddr=0x40081804 size=0x14cf4 ( 85236) load
0x40081804: start_cpu0_default at D:/esp-idf/components/esp32/cpu_start.c:371

I (532) boot: Loaded app from partition at offset 0x10000
I (533) boot: Disabling RNG early entropy source...
I (533) cpu_start: Pro cpu up.
I (537) cpu_start: Application information:
I (541) cpu_start: Project name:     phev-ttgo
I (547) cpu_start: App version:      v0.2-15-g62f5716
I (552) cpu_start: Compile time:     Mar 16 2021 21:28:25
I (558) cpu_start: ELF file SHA256:  91c9274beb5254f5...
I (564) cpu_start: ESP-IDF:          v4.2-dirty
I (570) cpu_start: Starting app cpu, entry point is 0x40081978
0x40081978: call_start_cpu1 at D:/esp-idf/components/esp32/cpu_start.c:287

I (562) cpu_start: App cpu up.
V (580) memory_layout: reserved range is 0x3f42ae50 - 0x3f42ae88
D (586) memory_layout: Checking 7 reserved memory ranges:
D (591) memory_layout: Reserved memory range 0x3ffae000 - 0x3ffae6e0
D (598) memory_layout: Reserved memory range 0x3ffb0000 - 0x3ffb85e0
D (604) memory_layout: Reserved memory range 0x3ffe0000 - 0x3ffe0440
D (611) memory_layout: Reserved memory range 0x3ffe3f20 - 0x3ffe4350
D (617) memory_layout: Reserved memory range 0x40070000 - 0x40078000
D (624) memory_layout: Reserved memory range 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (630) memory_layout: Reserved memory range 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (636) memory_layout: Building list of available memory regions:
V (643) memory_layout: Examining memory region 0x3ffae000 - 0x3ffb0000
V (649) memory_layout: Start of region 0x3ffae000 - 0x3ffb0000 overlaps reserved 0x3ffae000 - 0x3ffae6e0
D (659) memory_layout: Available memory region 0x3ffae6e0 - 0x3ffb0000
V (665) memory_layout: Examining memory region 0x3ffb0000 - 0x3ffb8000
V (672) memory_layout: Region 0x3ffb0000 - 0x3ffb8000 inside of reserved 0x3ffb0000 - 0x3ffb85e0
V (681) memory_layout: Examining memory region 0x3ffb8000 - 0x3ffc0000
V (687) memory_layout: Start of region 0x3ffb8000 - 0x3ffc0000 overlaps reserved 0x3ffb0000 - 0x3ffb85e0
D (697) memory_layout: Available memory region 0x3ffb85e0 - 0x3ffc0000
V (703) memory_layout: Examining memory region 0x3ffc0000 - 0x3ffc2000
D (710) memory_layout: Available memory region 0x3ffc0000 - 0x3ffc2000
V (717) memory_layout: Examining memory region 0x3ffc2000 - 0x3ffc4000
D (723) memory_layout: Available memory region 0x3ffc2000 - 0x3ffc4000
V (730) memory_layout: Examining memory region 0x3ffc4000 - 0x3ffc6000
D (736) memory_layout: Available memory region 0x3ffc4000 - 0x3ffc6000
V (743) memory_layout: Examining memory region 0x3ffc6000 - 0x3ffc8000
D (750) memory_layout: Available memory region 0x3ffc6000 - 0x3ffc8000
V (756) memory_layout: Examining memory region 0x3ffc8000 - 0x3ffca000
D (763) memory_layout: Available memory region 0x3ffc8000 - 0x3ffca000
V (769) memory_layout: Examining memory region 0x3ffca000 - 0x3ffcc000
D (776) memory_layout: Available memory region 0x3ffca000 - 0x3ffcc000
V (783) memory_layout: Examining memory region 0x3ffcc000 - 0x3ffce000
D (789) memory_layout: Available memory region 0x3ffcc000 - 0x3ffce000
V (796) memory_layout: Examining memory region 0x3ffce000 - 0x3ffd0000
D (802) memory_layout: Available memory region 0x3ffce000 - 0x3ffd0000
V (809) memory_layout: Examining memory region 0x3ffd0000 - 0x3ffd2000
D (816) memory_layout: Available memory region 0x3ffd0000 - 0x3ffd2000
V (822) memory_layout: Examining memory region 0x3ffd2000 - 0x3ffd4000
D (829) memory_layout: Available memory region 0x3ffd2000 - 0x3ffd4000
V (835) memory_layout: Examining memory region 0x3ffd4000 - 0x3ffd6000
D (842) memory_layout: Available memory region 0x3ffd4000 - 0x3ffd6000
V (849) memory_layout: Examining memory region 0x3ffd6000 - 0x3ffd8000
D (855) memory_layout: Available memory region 0x3ffd6000 - 0x3ffd8000
V (862) memory_layout: Examining memory region 0x3ffd8000 - 0x3ffda000
D (868) memory_layout: Available memory region 0x3ffd8000 - 0x3ffda000
V (875) memory_layout: Examining memory region 0x3ffda000 - 0x3ffdc000
D (882) memory_layout: Available memory region 0x3ffda000 - 0x3ffdc000
V (888) memory_layout: Examining memory region 0x3ffdc000 - 0x3ffde000
D (895) memory_layout: Available memory region 0x3ffdc000 - 0x3ffde000
V (901) memory_layout: Examining memory region 0x3ffde000 - 0x3ffe0000
D (908) memory_layout: Available memory region 0x3ffde000 - 0x3ffe0000
V (915) memory_layout: Examining memory region 0x3ffe0000 - 0x3ffe4000
V (921) memory_layout: Start of region 0x3ffe0000 - 0x3ffe4000 overlaps reserved 0x3ffe0000 - 0x3ffe0440
V (931) memory_layout: End of region 0x3ffe0440 - 0x3ffe4000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
D (940) memory_layout: Available memory region 0x3ffe0440 - 0x3ffe3f20
V (947) memory_layout: Examining memory region 0x3ffe4000 - 0x3ffe8000
V (953) memory_layout: Start of region 0x3ffe4000 - 0x3ffe8000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
D (963) memory_layout: Available memory region 0x3ffe4350 - 0x3ffe8000
V (969) memory_layout: Examining memory region 0x3ffe8000 - 0x3fff0000
D (976) memory_layout: Available memory region 0x3ffe8000 - 0x3fff0000
V (983) memory_layout: Examining memory region 0x3fff0000 - 0x3fff8000
D (989) memory_layout: Available memory region 0x3fff0000 - 0x3fff8000
V (996) memory_layout: Examining memory region 0x3fff8000 - 0x3fffc000
D (1002) memory_layout: Available memory region 0x3fff8000 - 0x3fffc000
V (1009) memory_layout: Examining memory region 0x3fffc000 - 0x40000000
D (1016) memory_layout: Available memory region 0x3fffc000 - 0x40000000
V (1022) memory_layout: Examining memory region 0x40070000 - 0x40078000
V (1029) memory_layout: Region 0x40070000 - 0x40078000 inside of reserved 0x40070000 - 0x40078000
V (1038) memory_layout: Examining memory region 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1045) memory_layout: Region 0x40078000 - 0x40080000 inside of reserved 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1054) memory_layout: Examining memory region 0x40080000 - 0x40082000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

V (1060) memory_layout: Region 0x40080000 - 0x40082000 inside of reserved 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1069) memory_layout: Examining memory region 0x40082000 - 0x40084000
0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

V (1076) memory_layout: Region 0x40082000 - 0x40084000 inside of reserved 0x40080000 - 0x400964f8
0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1085) memory_layout: Examining memory region 0x40084000 - 0x40086000
0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

V (1092) memory_layout: Region 0x40084000 - 0x40086000 inside of reserved 0x40080000 - 0x400964f8
0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1101) memory_layout: Examining memory region 0x40086000 - 0x40088000
0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

V (1107) memory_layout: Region 0x40086000 - 0x40088000 inside of reserved 0x40080000 - 0x400964f8
0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1116) memory_layout: Examining memory region 0x40088000 - 0x4008a000
0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

V (1123) memory_layout: Region 0x40088000 - 0x4008a000 inside of reserved 0x40080000 - 0x400964f8
0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1132) memory_layout: Examining memory region 0x4008a000 - 0x4008c000
0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

V (1139) memory_layout: Region 0x4008a000 - 0x4008c000 in0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

side of reserved 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1147) memory_layout: Examining memory region 0x4008c000 - 0x4008e000
0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

0x4008e000: sta_input at ??:?

V (1154) memory_layout: Region 0x4008c000 - 0x4008e000 inside of reserved 0x40080000 - 0x400964f8
0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

0x4008e000: sta_input at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1163) memory_layout: Examining memory region 0x4008e000 - 0x40090000
0x4008e000: sta_input at ??:?

0x40090000: ppCalFrameTimes at ??:?

V (1170) memory_layout: Region 0x4008e000 - 0x40090000 inside of reserved 0x40080000 - 0x400964f8
0x4008e000: sta_input at ??:?

0x40090000: ppCalFrameTimes at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1179) memory_layout: Examining memory region 0x40090000 - 0x40092000
0x40090000: ppCalFrameTimes at ??:?

0x40092000: esf_buf_alloc at ??:?

V (1185) memory_layout: Region 0x40090000 - 0x40092000 inside of reserved 0x40080000 - 0x400964f8
0x40090000: ppCalFrameTimes at ??:?

0x40092000: esf_buf_alloc at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1194) memory_layout: Examining memory region 0x40092000 - 0x40094000
0x40092000: esf_buf_alloc at ??:?

0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

V (1201) memory_layout: Region 0x40092000 - 0x40094000 inside of reserved 0x40080000 - 0x400964f8
0x40092000: esf_buf_alloc at ??:?

0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1210) memory_layout: Examining memory region 0x40094000 - 0x40096000
0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

V (1217) memory_layout: Region 0x40094000 - 0x40096000 inside of reserved 0x40080000 - 0x400964f8
0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1226) memory_layout: Examining memory region 0x40096000 - 0x40098000
0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

V (1232) memory_layout: Start of region 0x40096000 - 0x40098000 overlaps reserved 0x40080000 - 0x400964f8
0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (1242) memory_layout: Available memory region 0x400964f8 - 0x40098000
V (1249) memory_layout: Examining memory region 0x40098000 - 0x4009a000
D (1255) memory_layout: Available memory region 0x40098000 - 0x4009a000
V (1262) memory_layout: Examining memory region 0x4009a000 - 0x4009c000
D (1269) memory_layout: Available memory region 0x4009a000 - 0x4009c000
V (1275) memory_layout: Examining memory region 0x4009c000 - 0x4009e000
D (1282) memory_layout: Available memory region 0x4009c000 - 0x4009e000
V (1289) memory_layout: Examining memory region 0x4009e000 - 0x400a0000
D (1295) memory_layout: Available memory region 0x4009e000 - 0x400a0000
I (1302) heap_init: Initializing. RAM available for dynamic allocation:
D (1309) heap_init: New heap initialised at 0x3ffae6e0
I (1315) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
D (1321) heap_init: New heap initialised at 0x3ffb85e0
I (1326) heap_init: At 3FFB85E0 len 00027A20 (158 KiB): DRAM
I (1332) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1339) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
D (1345) heap_init: New heap initialised at 0x400964f8
I (1350) heap_init: At 400964F8 len 00009B08 (38 KiB): IRAM
I (1357) cpu_start: Pro cpu start user code
D (1369) clk: RTC_SLOW_CLK calibration value: 3238400
V (1378) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1378) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (1384) intr_alloc: Connected src 46 to int 2 (cpu 0)
V (1389) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1395) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC0E
D (1403) intr_alloc: Connected src 17 to int 3 (cpu 0)
V (1409) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1415) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
D (1423) intr_alloc: Connected src 24 to int 9 (cpu 0)
D (1429) FLASH_HAL: extra_dummy: 1
V (1432) memspi: raw_chip_id: 164020

V (1436) memspi: chip_id: 204016

V (1439) memspi: raw_chip_id: 164020

V (1443) memspi: chip_id: 204016

D (1446) spi_flash: trying chip: issi
D (1450) spi_flash: trying chip: gd
D (1454) spi_flash: trying chip: mxic
D (1458) spi_flash: trying chip: generic
I (1462) spi_flash: detected chip: generic
I (1466) spi_flash: flash io: dio
I (1470) cpu_start: Starting scheduler on PRO CPU.
V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x40E
D (10) intr_alloc: Connected src 25 to int 2 (cpu 1)
I (10) cpu_start: Starting scheduler on APP CPU.
D (1520) heap_init: New heap initialised at 0x3ffe0440
D (1520) heap_init: New heap initialised at 0x3ffe4350
V (1530) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1530) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (1530) intr_alloc: Connected src 16 to int 12 (cpu 0)
I (1550) MAIN: PHEV TTGO Version v0.2-15-g62f5716
I (1550) MAIN: Custom MAC 005b940fc16d
D (1560) partition: Loading the partition table
D (1600) nvs: nvs_open_from_partition phev_store 1
D (1600) nvs: nvs_get registered 1
D (1600) nvs: nvs_get forceota 1
I (1600) MAIN: Device ID
I (1600) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (1610) gpio: GPIO[5]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (1620) gpio: GPIO[23]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
D (1630) esp_netif_lwip: LwIP stack has been initialized
D (1630) esp_netif_lwip: esp-netif has been successfully initialized
D (1640) event: running task for loop 0x3ffbda78
D (1650) event: created task for loop 0x3ffbda78
D (1650) event: created event loop 0x3ffbda78
V (1650) esp_netif_objects: esp_netif_next_unsafe 0x0
V (1660) esp_netif_objects: esp_netif_next_unsafe 0x0
D (1660) esp_netif_objects: esp_netif_add_to_list 0x3ffbe9a0
D (1670) esp_netif_objects: esp_netif_add_to_list netif added successfully (total netifs: 1)
D (1680) nvs: nvs_open_from_partition misc 1
D (1680) nvs: nvs_get_str_or_blob log
I (1700) wifi:wifi driver task: 3ffc0f44, prio:23, stack:6656, core=0
V (1700) esp_adapter: thread sem create: sem=0x3ffb901c
V (1700) esp_adapter: thread sem get: sem=0x3ffb901c
D (1700) nvs: nvs_open_from_partition nvs.net80211 1
D (1710) nvs: nvs_get opmode 1
D (1710) nvs: nvs_get_str_or_blob sta.ssid
D (1720) nvs: nvs_get_str_or_blob sta.mac
D (1720) nvs: nvs_get sta.authmode 1
D (1720) nvs: nvs_get_str_or_blob sta.pswd
D (1730) nvs: nvs_get_str_or_blob sta.pmk
D (1730) nvs: nvs_get sta.chan 1
D (1740) nvs: nvs_get auto.conn 1
D (1740) nvs: nvs_get bssid.set 1
D (1740) nvs: nvs_get_str_or_blob sta.bssid
D (1750) nvs: nvs_get sta.lis_intval 2
D (1750) nvs: nvs_get sta.phym 1
D (1750) nvs: nvs_get sta.phybw 1
D (1760) nvs: nvs_get_str_or_blob sta.apsw
D (1760) nvs: nvs_get_str_or_blob sta.apinfo
D (1770) nvs: nvs_get sta.scan_method 1
D (1770) nvs: nvs_get sta.sort_method 1
D (1770) nvs: nvs_get sta.minrssi 1
D (1780) nvs: nvs_get sta.minauth 1
D (1780) nvs: nvs_get sta.pmf_e 1
D (1780) nvs: nvs_get sta.pmf_r 1
D (1790) nvs: nvs_get_str_or_blob ap.ssid
D (1790) nvs: nvs_get_str_or_blob ap.mac
D (1800) nvs: nvs_get_str_or_blob ap.passwd
D (1800) nvs: nvs_get_str_or_blob ap.pmk
D (1800) nvs: nvs_get ap.chan 1
D (1810) nvs: nvs_get ap.authmode 1
D (1810) nvs: nvs_get ap.hidden 1
D (1810) nvs: nvs_get ap.max.conn 1
D (1820) nvs: nvs_get bcn.interval 2
D (1820) nvs: nvs_get ap.phym 1
D (1820) nvs: nvs_get ap.phybw 1
D (1830) nvs: nvs_get ap.sndchan 1
D (1830) nvs: nvs_get ap.pmf_e 1
D (1830) nvs: nvs_get ap.pmf_r 1
D (1840) nvs: nvs_get lorate 1
D (1840) nvs: nvs_get_str_or_blob country
D (1850) nvs: nvs_set ap.sndchan 1 1
D (1850) nvs: nvs_set_blob sta.mac 6
D (1850) nvs: nvs_set_blob ap.mac 6
I (1860) wifi:wifi firmware version: 1865b55
I (1860) wifi:wifi certification version: v7.0
I (1860) wifi:config NVS flash: enabled
I (1870) wifi:config nano formating: disabled
I (1870) wifi:Init data frame dynamic rx buffer num: 32
I (1880) wifi:Init management frame dynamic rx buffer num: 32
I (1880) wifi:Init management short buffer num: 32
I (1890) wifi:Init dynamic tx buffer num: 32
I (1890) wifi:Init static rx buffer size: 1600
I (1890) wifi:Init static rx buffer num: 10
I (1900) wifi:Init dynamic rx buffer num: 32
I (1900) wifi_init: rx ba win: 6
I (1910) wifi_init: tcpip mbox: 32
I (1910) wifi_init: udp mbox: 6
I (1910) wifi_init: tcp mbox: 6
I (1920) wifi_init: tcp tx win: 5744
I (1920) wifi_init: tcp rx win: 5744
I (1930) wifi_init: tcp mss: 1436
I (1930) wifi_init: WiFi IRAM OP enabled
I (1930) wifi_init: WiFi RX IRAM OP enabled
V (1940) esp_adapter: thread sem get: sem=0x3ffb901c
V (1940) esp_adapter: thread sem get: sem=0x3ffb901c
V (1950) esp_adapter: thread sem get: sem=0x3ffb901c
D (1960) phy_init: loading PHY init data from application binary
D (1960) nvs: nvs_open_from_partition phy 0
D (1970) nvs: nvs_get cal_version 4
V (1970) phy_init: phy_get_rf_cal_version: 4500

D (1970) nvs: nvs_get_str_or_blob cal_mac
D (1980) efuse: coding scheme 0
D (1980) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (1990) efuse: coding scheme 0
D (1990) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (2000) efuse: coding scheme 0
D (2000) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (2010) efuse: coding scheme 0
D (2010) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (2020) efuse: coding scheme 0
D (2020) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (2030) efuse: coding scheme 0
D (2030) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (2040) efuse: coding scheme 0
D (2040) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
D (2050) nvs: nvs_get_str_or_blob cal_data
D (2060) nvs: nvs_close 4
D (2060) efuse: coding scheme 0
D (2060) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (2070) efuse: coding scheme 0
D (2070) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (2080) efuse: coding scheme 0
D (2080) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (2090) efuse: coding scheme 0
D (2090) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (2100) efuse: coding scheme 0
D (2100) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (2110) efuse: coding scheme 0
D (2110) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (2120) efuse: coding scheme 0
D (2120) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
I (2220) phy: phy_version: 4500, 0cd6843, Sep 17 2020, 15:37:07, 0, 0
I (2220) wifi:mode : sta (00:5b:94:0f:c1:6d)
E (2220) event: system event loop not initialized via esp_event_loop_init
D (2230) event: running post WIFI_EVENT:2 with handler 0x400eb1b0 and context 0x3ffbec0c on loop 0x3ffbda78
0x400eb1b0: wifi_default_action_sta_start at D:/esp-idf/components/esp_wifi/src/wifi_default.c:74

D (2240) wifi_init_default: wifi_start esp-netif:0x3ffbe9a0 event-id2
D (2240) wifi_init_default: WIFI mac address: 0 5b 94 f c1 6d
V (2250) esp_adapter: thread sem create: sem=0x3ffc5c48
V (2250) esp_adapter: thread sem get: sem=0x3ffc5c48
D (2260) esp_netif_handlers: esp_netif action has started with netif0x3ffbe9a0 from event_id=2
D (2270) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e3f34
0x400e3f34: esp_netif_start_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:608

I (2270) MAIN: Waiting for WiFi...
D (2270) esp_netif_lwip: esp_netif_start_api 0x3ffbe9a0
D (2280) esp_netif_lwip: esp_netif_get_hostname esp_netif:0x3ffbe9a0
D (2290) esp_netif_lwip: check: local, if=0x3ffbe9a0 fn=0x400e4868
0x400e4868: esp_netif_update_default_netif_lwip at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:163

D (2300) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbe9a0
V (2300) esp_netif_objects: esp_netif_next_unsafe 0x0
V (2310) esp_netif_objects: esp_netif_next_unsafe 0x3ffbe9a0
V (2310) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffbe9a0
D (2320) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2330) event: running post WIFI_EVENT:2 with handler 0x400d616c and context 0x3ffbf4ec on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

V (2340) esp_adapter: thread sem get: sem=0x3ffc5c48
I (2460) wifi:new:<3,0>, old:<1,0>, ap:<255,255>, sta:<3,0>, prof:1
I (2460) wifi:state: init -> auth (b0)
I (2470) wifi:state: auth -> assoc (0)
I (2480) wifi:state: assoc -> run (10)
I (2680) wifi:connected with REMOTE55rstx, aid = 1, channel 3, BW20, bssid = 00:e0:20:7d:46:29
I (2680) wifi:security: WPA2-PSK, phy: bgn, rssi: -31
D (2680) nvs: nvs_set sta.chan 1 3
D (2690) nvs: nvs_set_blob sta.apinfo 700
I (2690) wifi:pm start, type: 1

E (2690) event: system event loop not initialized via esp_event_loop_init
D (2700) event: running post WIFI_EVENT:4 with handler 0x400eb1e0 and context 0x3ffbec5c on loop 0x3ffbda78
0x400eb1e0: wifi_default_action_sta_connected at D:/esp-idf/components/esp_wifi/src/wifi_default.c:88

V (2710) esp_adapter: thread sem get: sem=0x3ffc5c48
D (2720) esp_netif_handlers: esp_netif action connected with netif0x3ffbe9a0 from event_id=4
D (2720) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e4124
0x400e4124: esp_netif_up_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1131

D (2730) esp_netif_lwip: esp_netif_up_api esp_netif:0x3ffbe9a0
D (2740) esp_netif_lwip: check: local, if=0x3ffbe9a0 fn=0x400e4868
0x400e4868: esp_netif_update_default_netif_lwip at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:163

D (2740) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbe9a0
V (2750) esp_netif_objects: esp_netif_next_unsafe 0x0
I (2750) wifi:V (2760) esp_netif_objects: esp_netif_next_unsafe 0x3ffbe9a0
AP's beacon interval = 102400 us, DTIM period = 1
V (2770) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffbe9a0
D (2770) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2780) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e3d84
0x400e3d84: esp_netif_dhcpc_start_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:929

D (2790) esp_netif_lwip: esp_netif_dhcpc_start_api esp_netif:0x3ffbe9a0
D (2790) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbe9a0
D (2800) esp_netif_lwip: if0x3ffbe9a0 start ip lost tmr: no need start because netif=0x3ffbea24 interval=120 ip=0
D (2810) esp_netif_lwip: starting dhcp client
D (2810) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2820) event: running post WIFI_EVENT:4 with handler 0x400d616c and context 0x3ffbf4ec on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

D (5130) esp_netif_lwip: esp_netif_dhcpc_cb lwip-netif:0x3ffbea24
D (5130) esp_netif_lwip: if0x3ffbe9a0 ip changed=1
D (5130) event: running post IP_EVENT:0 with handler 0x400eb034 and context 0x3ffbed10 on loop 0x3ffbda78
0x400eb034: wifi_default_action_sta_got_ip at D:/esp-idf/components/esp_wifi/src/wifi_default.c:128

E (5130) event: system event loop not initialized via esp_event_loop_init
D (5140) wifi_init_default: Got IP wifi default handler entered
E (5140) esp_netif_lwip: dhcpc cb: failed to post got ip event (103)
D (5150) esp_netif_handlers: esp_netif action got_ip with netif0x3ffbe9a0 from event_id=0
I (5170) esp_netif_handlers: sta ip: 192.168.8.52, mask: 255.255.255.0, gw: 192.168.8.46
D (5170) event: running post IP_EVENT:0 with handler 0x400d616c and context 0x3ffb92ac on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

I (5180) MAIN: got ip:192.168.8.52
I (5190) MAIN: Interface priority is st1 (192.168.8.52/255.255.255.0 gateway 192.168.8.46)
I (5200) MAIN: Interface priority is lo0 (127.0.0.1/255.0.0.0 gateway 127.0.0.1)
I (5210) MAIN: WiFi Connected...
D (5210) PPP: Configuring UART1 GPIOs: TX:27 RX:26 RTS:0 CTS: 0
V (5220) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (5220) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0xE
D (5230) intr_alloc: Connected src 35 to int 3 (cpu 1)
D (5240) PPP: AT
D (5740) PPP: AT
OK

D (5740) PPP: ATE0
D (6240) PPP: ATE0
OK

D (6240) PPP: AT+CPIN?
D (6740) PPP:
+CPIN: READY

OK

D (6740) PPP: AT+CGDCONT=1,"IP","internet"
D (7250) PPP:
OK

D (7250) PPP: ATDT*99***1#
D (7750) PPP:
CONNECT

I (7750) PPP: Gsm init end
I (7750) PPP: After pppapi_pppos_create
D (7750) PPP: After pppapi_set_default
D (7750) PPP: After pppapi_set_auth
D (7750) PPP: PPP tx len 46
D (7760) PPP: After pppapi_connect
D (7780) PPP: PPP rx len 72
D (7780) PPP: PPP tx len 43
D (7780) PPP: PPP tx len 45
D (7800) PPP: PPP rx len 46
D (7800) PPP: PPP tx len 14
D (7810) PPP: PPP rx len 27
D (7810) PPP: PPP tx len 24
D (7810) PPP: PPP tx len 22
D (7810) PPP: PPP tx len 18
D (7830) PPP: PPP rx len 44
D (7830) PPP: PPP tx len 18
D (13830) PPP: PPP tx len 18
D (19830) PPP: PPP tx len 18
D (25830) PPP: PPP tx len 18
D (31830) PPP: PPP tx len 18
D (37830) PPP: PPP tx len 18
D (43830) PPP: PPP tx len 18
D (49830) PPP: PPP tx len 18
D (55830) PPP: PPP tx len 18
D (61340) PPP: PPP rx len 12
D (61340) PPP: PPP tx len 18
D (61350) PPP: PPP rx len 14
E (67340) PPP: status_cb: Connection lost

V (67340) esp_adapter: thread sem create: sem=0x3ffc952c
V (67340) esp_adapter: thread sem get: sem=0x3ffc952c
I (67340) wifi:state: run -> init (0)
I (67340) wifi:pm stop, total sleep time: 60497229 us / 64649993 us

I (67350) wifi:new:<3,0>, old:<3,0>, ap:<255,255>, sta:<3,0>, prof:1
E (67360) event: system event loop not initialized via esp_event_loop_init
E (67360) event: system event loop not initialized via esp_event_loop_init
V (67370) esp_adapter: thread sem get: sem=0x3ffc952c
D (67370) event: running post WIFI_EVENT:5 with handler 0x400eb1c8 and context 0x3ffbec84 on loop 0x3ffbda78
0x400eb1c8: wifi_default_action_sta_disconnected at D:/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (67390) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbe9a0 from event_id=5
V (67390) esp_adapter: thread sem get: sem=0x3ffc952c
D (67390) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e4168
0x400e4168: esp_netif_down_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1154

V (67410) esp_adapter: thread sem get: sem=0x3ffc952c
V (67410) esp_adapter: thread sem get: sem=0x3ffc952c
I (67420) wifi:flush txq
I (67420) wifi:stop sw txq
I (67420) wifi:lmac stop hw txq
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:7160
load:0x40078000,len:15080
load:0x40080400,len:5152
0x40080400: _init at ??:?

entry 0x4008075c
I (29) boot: ESP-IDF v4.2-dirty 2nd stage bootloader
I (29) boot: compile time 20:36:46
I (29) boot: chip revision: 1
I (32) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (39) boot.esp32: SPI Speed      : 40MHz
I (44) boot.esp32: SPI Mode       : DIO
I (48) boot.esp32: SPI Flash Size : 4MB
I (53) boot: Enabling RNG early entropy source...
I (58) boot: Partition Table:
I (62) boot: ## Label            Usage          Type ST Offset   Length
I (69) boot:  0 nvs              WiFi data        01 02 00009000 00004000
I (77) boot:  1 otadata          OTA data         01 00 0000d000 00002000
I (84) boot:  2 phy_init         RF data          01 01 0000f000 00001000
I (92) boot:  3 factory          factory app      00 00 00010000 00100000
I (99) boot:  4 ota_0            OTA app          00 10 00110000 00100000
I (107) boot:  5 ota_1            OTA app          00 11 00210000 00100000
I (114) boot: End of partition table
I (118) boot: Defaulting to factory image
I (123) boot_comm: chip revision: 1, min. application chip revision: 0
I (130) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x2ae68 (175720) map
I (203) esp_image: segment 1: paddr=0x0003ae90 vaddr=0x3ffb0000 size=0x03974 ( 14708) load
I (209) esp_image: segment 2: paddr=0x0003e80c vaddr=0x40080000 size=0x00404 (  1028) load
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

I (210) esp_image: segment 3: paddr=0x0003ec18 vaddr=0x40080404 size=0x01400 (  5120) load
I (221) esp_image: segment 4: paddr=0x00040020 vaddr=0x400d0020 size=0xacbb4 (707508) map
0x400d0020: _stext at ??:?

I (482) esp_image: segment 5: paddr=0x000ecbdc vaddr=0x40081804 size=0x14cf4 ( 85236) load
0x40081804: start_cpu0_default at D:/esp-idf/components/esp32/cpu_start.c:371

I (532) boot: Loaded app from partition at offset 0x10000
I (533) boot: Disabling RNG early entropy source...
I (533) cpu_start: Pro cpu up.
I (537) cpu_start: Application information:
I (541) cpu_start: Project name:     phev-ttgo
I (547) cpu_start: App version:      v0.2-15-g62f5716
I (552) cpu_start: Compile time:     Mar 16 2021 21:28:25
I (558) cpu_start: ELF file SHA256:  91c9274beb5254f5...
I (564) cpu_start: ESP-IDF:          v4.2-dirty
I (570) cpu_start: Starting app cpu, entry point is 0x40081978
0x40081978: call_start_cpu1 at D:/esp-idf/components/esp32/cpu_start.c:287

I (562) cpu_start: App cpu up.
V (580) memory_layout: reserved range is 0x3f42ae50 - 0x3f42ae88
D (586) memory_layout: Checking 7 reserved memory ranges:
D (591) memory_layout: Reserved memory range 0x3ffae000 - 0x3ffae6e0
D (598) memory_layout: Reserved memory range 0x3ffb0000 - 0x3ffb85e0
D (604) memory_layout: Reserved memory range 0x3ffe0000 - 0x3ffe0440
D (611) memory_layout: Reserved memory range 0x3ffe3f20 - 0x3ffe4350
D (617) memory_layout: Reserved memory range 0x40070000 - 0x40078000
D (623) memory_layout: Reserved memory range 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (630) memory_layout: Reserved memory range 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (636) memory_layout: Building list of available memory regions:
V (643) memory_layout: Examining memory region 0x3ffae000 - 0x3ffb0000
V (649) memory_layout: Start of region 0x3ffae000 - 0x3ffb0000 overlaps reserved 0x3ffae000 - 0x3ffae6e0
D (659) memory_layout: Available memory region 0x3ffae6e0 - 0x3ffb0000
V (665) memory_layout: Examining memory region 0x3ffb0000 - 0x3ffb8000
V (672) memory_layout: Region 0x3ffb0000 - 0x3ffb8000 inside of reserved 0x3ffb0000 - 0x3ffb85e0
V (681) memory_layout: Examining memory region 0x3ffb8000 - 0x3ffc0000
V (687) memory_layout: Start of region 0x3ffb8000 - 0x3ffc0000 overlaps reserved 0x3ffb0000 - 0x3ffb85e0
D (697) memory_layout: Available memory region 0x3ffb85e0 - 0x3ffc0000
V (703) memory_layout: Examining memory region 0x3ffc0000 - 0x3ffc2000
D (710) memory_layout: Available memory region 0x3ffc0000 - 0x3ffc2000
V (717) memory_layout: Examining memory region 0x3ffc2000 - 0x3ffc4000
D (723) memory_layout: Available memory region 0x3ffc2000 - 0x3ffc4000
V (730) memory_layout: Examining memory region 0x3ffc4000 - 0x3ffc6000
D (736) memory_layout: Available memory region 0x3ffc4000 - 0x3ffc6000
V (743) memory_layout: Examining memory region 0x3ffc6000 - 0x3ffc8000
D (750) memory_layout: Available memory region 0x3ffc6000 - 0x3ffc8000
V (756) memory_layout: Examining memory region 0x3ffc8000 - 0x3ffca000
D (763) memory_layout: Available memory region 0x3ffc8000 - 0x3ffca000
V (769) memory_layout: Examining memory region 0x3ffca000 - 0x3ffcc000
D (776) memory_layout: Available memory region 0x3ffca000 - 0x3ffcc000
V (783) memory_layout: Examining memory region 0x3ffcc000 - 0x3ffce000
D (789) memory_layout: Available memory region 0x3ffcc000 - 0x3ffce000
V (796) memory_layout: Examining memory region 0x3ffce000 - 0x3ffd0000
D (802) memory_layout: Available memory region 0x3ffce000 - 0x3ffd0000
V (809) memory_layout: Examining memory region 0x3ffd0000 - 0x3ffd2000
D (816) memory_layout: Available memory region 0x3ffd0000 - 0x3ffd2000
V (822) memory_layout: Examining memory region 0x3ffd2000 - 0x3ffd4000
D (829) memory_layout: Available memory region 0x3ffd2000 - 0x3ffd4000
V (835) memory_layout: Examining memory region 0x3ffd4000 - 0x3ffd6000
D (842) memory_layout: Available memory region 0x3ffd4000 - 0x3ffd6000
V (849) memory_layout: Examining memory region 0x3ffd6000 - 0x3ffd8000
D (855) memory_layout: Available memory region 0x3ffd6000 - 0x3ffd8000
V (862) memory_layout: Examining memory region 0x3ffd8000 - 0x3ffda000
D (868) memory_layout: Available memory region 0x3ffd8000 - 0x3ffda000
V (875) memory_layout: Examining memory region 0x3ffda000 - 0x3ffdc000
D (882) memory_layout: Available memory region 0x3ffda000 - 0x3ffdc000
V (888) memory_layout: Examining memory region 0x3ffdc000 - 0x3ffde000
D (895) memory_layout: Available memory region 0x3ffdc000 - 0x3ffde000
V (901) memory_layout: Examining memory region 0x3ffde000 - 0x3ffe0000
D (908) memory_layout: Available memory region 0x3ffde000 - 0x3ffe0000
V (915) memory_layout: Examining memory region 0x3ffe0000 - 0x3ffe4000
V (921) memory_layout: Start of region 0x3ffe0000 - 0x3ffe4000 overlaps reserved 0x3ffe0000 - 0x3ffe0440
V (931) memory_layout: End of region 0x3ffe0440 - 0x3ffe4000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
D (940) memory_layout: Available memory region 0x3ffe0440 - 0x3ffe3f20
V (947) memory_layout: Examining memory region 0x3ffe4000 - 0x3ffe8000
V (953) memory_layout: Start of region 0x3ffe4000 - 0x3ffe8000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
D (963) memory_layout: Available memory region 0x3ffe4350 - 0x3ffe8000
V (969) memory_layout: Examining memory region 0x3ffe8000 - 0x3fff0000
D (976) memory_layout: Available memory region 0x3ffe8000 - 0x3fff0000
V (983) memory_layout: Examining memory region 0x3fff0000 - 0x3fff8000
D (989) memory_layout: Available memory region 0x3fff0000 - 0x3fff8000
V (996) memory_layout: Examining memory region 0x3fff8000 - 0x3fffc000
D (1002) memory_layout: Available memory region 0x3fff8000 - 0x3fffc000
V (1009) memory_layout: Examining memory region 0x3fffc000 - 0x40000000
D (1016) memory_layout: Available memory region 0x3fffc000 - 0x40000000
V (1022) memory_layout: Examining memory region 0x40070000 - 0x40078000
V (1029) memory_layout: Region 0x40070000 - 0x40078000 inside of reserved 0x40070000 - 0x40078000
V (1038) memory_layout: Examining memory region 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1045) memory_layout: Region 0x40078000 - 0x40080000 inside of reserved 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1054) memory_layout: Examining memory region 0x40080000 - 0x40082000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

V (1060) memory_layout: Region 0x40080000 - 0x40082000 inside of reserved 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1069) memory_layout: Examining memory region 0x40082000 - 0x40084000
0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

V (1076) memory_layout: Region 0x40082000 - 0x40084000 inside of reserved 0x40080000 - 0x400964f8
0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1085) memory_layout: Examining memory region 0x40084000 - 0x40086000
0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

V (1092) memory_layout: Region 0x40084000 - 0x40086000 inside of reserved 0x40080000 - 0x400964f8
0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1101) memory_layout: Examining memory region 0x40086000 - 0x40088000
0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

V (1107) memory_layout: Region 0x40086000 - 0x40088000 inside of reserved 0x40080000 - 0x400964f8
0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1116) memory_layout: Examining memory region 0x40088000 - 0x4008a000
0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

V (1123) memory_layout: Region 0x40088000 - 0x4008a000 inside of reserved 0x40080000 - 0x400964f8
0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1132) memory_layout: Examining memory region 0x4008a000 - 0x4008c000
0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

V (1139) memory_layout: Region 0x4008a000 - 0x4008c000 in0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

side of reserved 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1147) memory_layout: Examining memory region 0x4008c000 - 0x4008e000
0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

0x4008e000: sta_input at ??:?

V (1154) memory_layout: Region 0x4008c000 - 0x4008e000 inside of reserved 0x40080000 - 0x400964f8
0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

0x4008e000: sta_input at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1163) memory_layout: Examining memory region 0x4008e000 - 0x40090000
0x4008e000: sta_input at ??:?

0x40090000: ppCalFrameTimes at ??:?

V (1170) memory_layout: Region 0x4008e000 - 0x40090000 inside of reserved 0x40080000 - 0x400964f8
0x4008e000: sta_input at ??:?

0x40090000: ppCalFrameTimes at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1179) memory_layout: Examining memory region 0x40090000 - 0x40092000
0x40090000: ppCalFrameTimes at ??:?

0x40092000: esf_buf_alloc at ??:?

V (1185) memory_layout: Region 0x40090000 - 0x40092000 inside of reserved 0x40080000 - 0x400964f8
0x40090000: ppCalFrameTimes at ??:?

0x40092000: esf_buf_alloc at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1194) memory_layout: Examining memory region 0x40092000 - 0x40094000
0x40092000: esf_buf_alloc at ??:?

0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

V (1201) memory_layout: Region 0x40092000 - 0x40094000 inside of reserved 0x40080000 - 0x400964f8
0x40092000: esf_buf_alloc at ??:?

0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1210) memory_layout: Examining memory region 0x40094000 - 0x40096000
0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

V (1217) memory_layout: Region 0x40094000 - 0x40096000 inside of reserved 0x40080000 - 0x400964f8
0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1226) memory_layout: Examining memory region 0x40096000 - 0x40098000
0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

V (1232) memory_layout: Start of region 0x40096000 - 0x40098000 overlaps reserved 0x40080000 - 0x400964f8
0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (1242) memory_layout: Available memory region 0x400964f8 - 0x40098000
V (1249) memory_layout: Examining memory region 0x40098000 - 0x4009a000
D (1255) memory_layout: Available memory region 0x40098000 - 0x4009a000
V (1262) memory_layout: Examining memory region 0x4009a000 - 0x4009c000
D (1269) memory_layout: Available memory region 0x4009a000 - 0x4009c000
V (1275) memory_layout: Examining memory region 0x4009c000 - 0x4009e000
D (1282) memory_layout: Available memory region 0x4009c000 - 0x4009e000
V (1289) memory_layout: Examining memory region 0x4009e000 - 0x400a0000
D (1295) memory_layout: Available memory region 0x4009e000 - 0x400a0000
I (1302) heap_init: Initializing. RAM available for dynamic allocation:
D (1309) heap_init: New heap initialised at 0x3ffae6e0
I (1315) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
D (1321) heap_init: New heap initialised at 0x3ffb85e0
I (1326) heap_init: At 3FFB85E0 len 00027A20 (158 KiB): DRAM
I (1332) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1339) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
D (1345) heap_init: New heap initialised at 0x400964f8
I (1350) heap_init: At 400964F8 len 00009B08 (38 KiB): IRAM
I (1357) cpu_start: Pro cpu start user code
D (1369) clk: RTC_SLOW_CLK calibration value: 3238643
V (1378) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1378) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (1384) intr_alloc: Connected src 46 to int 2 (cpu 0)
V (1389) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1395) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC0E
D (1403) intr_alloc: Connected src 17 to int 3 (cpu 0)
V (1409) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1415) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
D (1423) intr_alloc: Connected src 24 to int 9 (cpu 0)
D (1429) FLASH_HAL: extra_dummy: 1
V (1432) memspi: raw_chip_id: 164020

V (1436) memspi: chip_id: 204016

V (1439) memspi: raw_chip_id: 164020

V (1443) memspi: chip_id: 204016

D (1446) spi_flash: trying chip: issi
D (1450) spi_flash: trying chip: gd
D (1454) spi_flash: trying chip: mxic
D (1457) spi_flash: trying chip: generic
I (1461) spi_flash: detected chip: generic
I (1466) spi_flash: flash io: dio
I (1470) cpu_start: Starting scheduler on PRO CPU.
V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x40E
D (10) intr_alloc: Connected src 25 to int 2 (cpu 1)
I (10) cpu_start: Starting scheduler on APP CPU.
D (1520) heap_init: New heap initialised at 0x3ffe0440
D (1520) heap_init: New heap initialised at 0x3ffe4350
V (1530) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1530) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (1530) intr_alloc: Connected src 16 to int 12 (cpu 0)
I (1550) MAIN: PHEV TTGO Version v0.2-15-g62f5716
I (1550) MAIN: Custom MAC 005b940fc16d
D (1560) partition: Loading the partition table
D (1600) nvs: nvs_open_from_partition phev_store 1
D (1600) nvs: nvs_get registered 1
D (1600) nvs: nvs_get forceota 1
I (1600) MAIN: Device ID
I (1600) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (1610) gpio: GPIO[5]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (1620) gpio: GPIO[23]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
D (1630) esp_netif_lwip: LwIP stack has been initialized
D (1630) esp_netif_lwip: esp-netif has been successfully initialized
D (1640) event: running task for loop 0x3ffbda78
D (1650) event: created task for loop 0x3ffbda78
D (1650) event: created event loop 0x3ffbda78
V (1650) esp_netif_objects: esp_netif_next_unsafe 0x0
V (1660) esp_netif_objects: esp_netif_next_unsafe 0x0
D (1660) esp_netif_objects: esp_netif_add_to_list 0x3ffbe9a0
D (1670) esp_netif_objects: esp_netif_add_to_list netif added successfully (total netifs: 1)
D (1680) nvs: nvs_open_from_partition misc 1
D (1680) nvs: nvs_get_str_or_blob log
I (1700) wifi:wifi driver task: 3ffc0f44, prio:23, stack:6656, core=0
V (1700) esp_adapter: thread sem create: sem=0x3ffb901c
V (1700) esp_adapter: thread sem get: sem=0x3ffb901c
D (1700) nvs: nvs_open_from_partition nvs.net80211 1
D (1710) nvs: nvs_get opmode 1
D (1710) nvs: nvs_get_str_or_blob sta.ssid
D (1720) nvs: nvs_get_str_or_blob sta.mac
D (1720) nvs: nvs_get sta.authmode 1
D (1720) nvs: nvs_get_str_or_blob sta.pswd
D (1730) nvs: nvs_get_str_or_blob sta.pmk
D (1730) nvs: nvs_get sta.chan 1
D (1740) nvs: nvs_get auto.conn 1
D (1740) nvs: nvs_get bssid.set 1
D (1740) nvs: nvs_get_str_or_blob sta.bssid
D (1750) nvs: nvs_get sta.lis_intval 2
D (1750) nvs: nvs_get sta.phym 1
D (1750) nvs: nvs_get sta.phybw 1
D (1760) nvs: nvs_get_str_or_blob sta.apsw
D (1760) nvs: nvs_get_str_or_blob sta.apinfo
D (1770) nvs: nvs_get sta.scan_method 1
D (1770) nvs: nvs_get sta.sort_method 1
D (1770) nvs: nvs_get sta.minrssi 1
D (1780) nvs: nvs_get sta.minauth 1
D (1780) nvs: nvs_get sta.pmf_e 1
D (1780) nvs: nvs_get sta.pmf_r 1
D (1790) nvs: nvs_get_str_or_blob ap.ssid
D (1790) nvs: nvs_get_str_or_blob ap.mac
D (1800) nvs: nvs_get_str_or_blob ap.passwd
D (1800) nvs: nvs_get_str_or_blob ap.pmk
D (1800) nvs: nvs_get ap.chan 1
D (1810) nvs: nvs_get ap.authmode 1
D (1810) nvs: nvs_get ap.hidden 1
D (1810) nvs: nvs_get ap.max.conn 1
D (1820) nvs: nvs_get bcn.interval 2
D (1820) nvs: nvs_get ap.phym 1
D (1820) nvs: nvs_get ap.phybw 1
D (1830) nvs: nvs_get ap.sndchan 1
D (1830) nvs: nvs_get ap.pmf_e 1
D (1830) nvs: nvs_get ap.pmf_r 1
D (1840) nvs: nvs_get lorate 1
D (1840) nvs: nvs_get_str_or_blob country
D (1850) nvs: nvs_set ap.sndchan 1 1
D (1850) nvs: nvs_set_blob sta.mac 6
D (1850) nvs: nvs_set_blob ap.mac 6
I (1860) wifi:wifi firmware version: 1865b55
I (1860) wifi:wifi certification version: v7.0
I (1860) wifi:config NVS flash: enabled
I (1870) wifi:config nano formating: disabled
I (1870) wifi:Init data frame dynamic rx buffer num: 32
I (1880) wifi:Init management frame dynamic rx buffer num: 32
I (1880) wifi:Init management short buffer num: 32
I (1890) wifi:Init dynamic tx buffer num: 32
I (1890) wifi:Init static rx buffer size: 1600
I (1890) wifi:Init static rx buffer num: 10
I (1900) wifi:Init dynamic rx buffer num: 32
I (1900) wifi_init: rx ba win: 6
I (1910) wifi_init: tcpip mbox: 32
I (1910) wifi_init: udp mbox: 6
I (1910) wifi_init: tcp mbox: 6
I (1920) wifi_init: tcp tx win: 5744
I (1920) wifi_init: tcp rx win: 5744
I (1930) wifi_init: tcp mss: 1436
I (1930) wifi_init: WiFi IRAM OP enabled
I (1930) wifi_init: WiFi RX IRAM OP enabled
V (1940) esp_adapter: thread sem get: sem=0x3ffb901c
V (1940) esp_adapter: thread sem get: sem=0x3ffb901c
V (1950) esp_adapter: thread sem get: sem=0x3ffb901c
D (1960) phy_init: loading PHY init data from application binary
D (1960) nvs: nvs_open_from_partition phy 0
D (1970) nvs: nvs_get cal_version 4
V (1970) phy_init: phy_get_rf_cal_version: 4500

D (1970) nvs: nvs_get_str_or_blob cal_mac
D (1980) efuse: coding scheme 0
D (1980) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (1990) efuse: coding scheme 0
D (1990) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (2000) efuse: coding scheme 0
D (2000) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (2010) efuse: coding scheme 0
D (2010) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (2020) efuse: coding scheme 0
D (2020) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (2030) efuse: coding scheme 0
D (2030) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (2040) efuse: coding scheme 0
D (2040) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
D (2050) nvs: nvs_get_str_or_blob cal_data
D (2060) nvs: nvs_close 4
D (2060) efuse: coding scheme 0
D (2060) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (2070) efuse: coding scheme 0
D (2070) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (2080) efuse: coding scheme 0
D (2080) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (2090) efuse: coding scheme 0
D (2090) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (2100) efuse: coding scheme 0
D (2100) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (2110) efuse: coding scheme 0
D (2110) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (2120) efuse: coding scheme 0
D (2120) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
I (2210) phy: phy_version: 4500, 0cd6843, Sep 17 2020, 15:37:07, 0, 0
I (2210) wifi:mode : sta (00:5b:94:0f:c1:6d)
E (2220) event: system event loop not initialized via esp_event_loop_init
D (2220) event: running post WIFI_EVENT:2 with handler 0x400eb1b0 and context 0x3ffbec0c on loop 0x3ffbda78
0x400eb1b0: wifi_default_action_sta_start at D:/esp-idf/components/esp_wifi/src/wifi_default.c:74

D (2230) wifi_init_default: wifi_start esp-netif:0x3ffbe9a0 event-id2
D (2240) wifi_init_default: WIFI mac address: 0 5b 94 f c1 6d
V (2240) esp_adapter: thread sem create: sem=0x3ffc5c48
V (2250) esp_adapter: thread sem get: sem=0x3ffc5c48
D (2250) esp_netif_handlers: esp_netif action has started with netif0x3ffbe9a0 from event_id=2
D (2260) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e3f34
0x400e3f34: esp_netif_start_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:608

I (2270) MAIN: Waiting for WiFi...
D (2270) esp_netif_lwip: esp_netif_start_api 0x3ffbe9a0
D (2280) esp_netif_lwip: esp_netif_get_hostname esp_netif:0x3ffbe9a0
D (2280) esp_netif_lwip: check: local, if=0x3ffbe9a0 fn=0x400e4868
0x400e4868: esp_netif_update_default_netif_lwip at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:163

D (2290) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbe9a0
V (2300) esp_netif_objects: esp_netif_next_unsafe 0x0
V (2300) esp_netif_objects: esp_netif_next_unsafe 0x3ffbe9a0
V (2310) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffbe9a0
D (2310) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2320) event: running post WIFI_EVENT:2 with handler 0x400d616c and context 0x3ffbf4ec on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

V (2330) esp_adapter: thread sem get: sem=0x3ffc5c48
I (2460) wifi:new:<3,0>, old:<1,0>, ap:<255,255>, sta:<3,0>, prof:1
I (2460) wifi:state: init -> auth (b0)
I (2460) wifi:state: auth -> assoc (0)
I (2470) wifi:state: assoc -> run (10)
I (2680) wifi:connected with REMOTE55rstx, aid = 1, channel 3, BW20, bssid = 00:e0:20:7d:46:29
I (2680) wifi:security: WPA2-PSK, phy: bgn, rssi: -37
D (2680) nvs: nvs_set sta.chan 1 3
D (2680) nvs: nvs_set_blob sta.apinfo 700
I (2690) wifi:pm start, type: 1

E (2690) event: system event loop not initialized via esp_event_loop_init
D (2700) event: running post WIFI_EVENT:4 with handler 0x400eb1e0 and context 0x3ffbec5c on loop 0x3ffbda78
0x400eb1e0: wifi_default_action_sta_connected at D:/esp-idf/components/esp_wifi/src/wifi_default.c:88

V (2710) esp_adapter: thread sem get: sem=0x3ffc5c48
D (2710) esp_netif_handlers: esp_netif action connected with netif0x3ffbe9a0 from event_id=4
I (2710) wifi:AP's beacon interval = 102400 us, DTIM period = 1
D (2730) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e4124
0x400e4124: esp_netif_up_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1131

D (2730) esp_netif_lwip: esp_netif_up_api esp_netif:0x3ffbe9a0
D (2740) esp_netif_lwip: check: local, if=0x3ffbe9a0 fn=0x400e4868
0x400e4868: esp_netif_update_default_netif_lwip at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:163

D (2740) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbe9a0
V (2750) esp_netif_objects: esp_netif_next_unsafe 0x0
V (2760) esp_netif_objects: esp_netif_next_unsafe 0x3ffbe9a0
V (2760) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffbe9a0
D (2770) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2770) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e3d84
0x400e3d84: esp_netif_dhcpc_start_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:929

D (2780) esp_netif_lwip: esp_netif_dhcpc_start_api esp_netif:0x3ffbe9a0
D (2790) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbe9a0
D (2790) esp_netif_lwip: if0x3ffbe9a0 start ip lost tmr: no need start because netif=0x3ffbea24 interval=120 ip=0
D (2800) esp_netif_lwip: starting dhcp client
D (2810) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2810) event: running post WIFI_EVENT:4 with handler 0x400d616c and context 0x3ffbf4ec on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

D (5130) esp_netif_lwip: esp_netif_dhcpc_cb lwip-netif:0x3ffbea24
D (5130) esp_netif_lwip: if0x3ffbe9a0 ip changed=1
D (5130) event: running post IP_EVENT:0 with handler 0x400eb034 and context 0x3ffbed10 on loop 0x3ffbda78
0x400eb034: wifi_default_action_sta_got_ip at D:/esp-idf/components/esp_wifi/src/wifi_default.c:128

E (5130) event: system event loop not initialized via esp_event_loop_init
D (5140) wifi_init_default: Got IP wifi default handler entered
E (5140) esp_netif_lwip: dhcpc cb: failed to post got ip event (103)
D (5150) esp_netif_handlers: esp_netif action got_ip with netif0x3ffbe9a0 from event_id=0
I (5170) esp_netif_handlers: sta ip: 192.168.8.52, mask: 255.255.255.0, gw: 192.168.8.46
D (5170) event: running post IP_EVENT:0 with handler 0x400d616c and context 0x3ffb92ac on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

I (5180) MAIN: got ip:192.168.8.52
I (5190) MAIN: Interface priority is st1 (192.168.8.52/255.255.255.0 gateway 192.168.8.46)
I (5200) MAIN: Interface priority is lo0 (127.0.0.1/255.0.0.0 gateway 127.0.0.1)
I (5210) MAIN: WiFi Connected...
D (5210) PPP: Configuring UART1 GPIOs: TX:27 RX:26 RTS:0 CTS: 0
V (5220) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (5220) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0xE
D (5230) intr_alloc: Connected src 35 to int 3 (cpu 1)
D (5240) PPP: AT
D (5740) PPP:
OK

D (5740) PPP: ATE0
D (6240) PPP:
OK

D (6240) PPP: AT+CPIN?
D (6740) PPP:
+CPIN: READY

OK

D (6740) PPP: AT+CGDCONT=1,"IP","internet"
D (7250) PPP:
OK

D (7250) PPP: ATDT*99***1#
D (7750) PPP:
CONNECT

I (7750) PPP: Gsm init end
I (7750) PPP: After pppapi_pppos_create
D (7750) PPP: After pppapi_set_default
D (7750) PPP: After pppapi_set_auth
D (7750) PPP: PPP tx len 45
D (7760) PPP: After pppapi_connect
D (7780) PPP: PPP rx len 72
D (7780) PPP: PPP tx len 43
D (7780) PPP: PPP tx len 45
D (7800) PPP: PPP rx len 45
D (7800) PPP: PPP tx len 14
D (7810) PPP: PPP rx len 27
D (7810) PPP: PPP tx len 24
D (7810) PPP: PPP tx len 23
D (7810) PPP: PPP tx len 18
D (7830) PPP: PPP rx len 44
D (7830) PPP: PPP tx len 18
D (13830) PPP: PPP tx len 18
D (19830) PPP: PPP tx len 18
D (25830) PPP: PPP tx len 18
D (31830) PPP: PPP tx len 18
D (37830) PPP: PPP tx len 18
D (43830) PPP: PPP tx len 18
D (49830) PPP: PPP tx len 18
D (55830) PPP: PPP tx len 18
D (61830) PPP: PPP tx len 18
D (63360) PPP: PPP rx len 12
D (63360) PPP: PPP tx len 18
D (63370) PPP: PPP rx len 14
E (69360) PPP: status_cb: Connection lost

V (69360) esp_adapter: thread sem create: sem=0x3ffc9534
V (69360) esp_adapter: thread sem get: sem=0x3ffc9534
I (69360) wifi:state: run -> init (0)
I (69360) wifi:pm stop, total sleep time: 61847542 us / 66674398 us

I (69370) wifi:new:<3,0>, old:<3,0>, ap:<255,255>, sta:<3,0>, prof:1
E (69380) event: system event loop not initialized via esp_event_loop_init
E (69380) event: system event loop not initialized via esp_event_loop_init
V (69390) esp_adapter: thread sem get: sem=0x3ffc9534
D (69390) event: running post WIFI_EVENT:5 with handler 0x400eb1c8 and context 0x3ffbec84 on loop 0x3ffbda78
0x400eb1c8: wifi_default_action_sta_disconnected at D:/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (69410) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbe9a0 from event_id=5
V (69410) esp_adapter: thread sem get: sem=0x3ffc9534
D (69410) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e4168
0x400e4168: esp_netif_down_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1154

V (69430) esp_adapter: thread sem get: sem=0x3ffc9534
V (69430) esp_adapter: thread sem get: sem=0x3ffc9534
I (69440) wifi:flush txq
I (69440) wifi:stop sw txq
I (69440) wifi:lmac stop hw txq
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4
load:0x3fff0034,len:7160
load:0x40078000,len:15080
load:0x40080400,len:5152
0x40080400: _init at ??:?

entry 0x4008075c
I (29) boot: ESP-IDF v4.2-dirty 2nd stage bootloader
I (29) boot: compile time 20:36:46
I (29) boot: chip revision: 1
I (32) boot_comm: chip revision: 1, min. bootloader chip revision: 0
I (39) boot.esp32: SPI Speed      : 40MHz
I (44) boot.esp32: SPI Mode       : DIO
I (48) boot.esp32: SPI Flash Size : 4MB
I (53) boot: Enabling RNG early entropy source...
I (58) boot: Partition Table:
I (62) boot: ## Label            Usage          Type ST Offset   Length
I (69) boot:  0 nvs              WiFi data        01 02 00009000 00004000
I (77) boot:  1 otadata          OTA data         01 00 0000d000 00002000
I (84) boot:  2 phy_init         RF data          01 01 0000f000 00001000
I (92) boot:  3 factory          factory app      00 00 00010000 00100000
I (99) boot:  4 ota_0            OTA app          00 10 00110000 00100000
I (107) boot:  5 ota_1            OTA app          00 11 00210000 00100000
I (114) boot: End of partition table
I (118) boot: Defaulting to factory image
I (123) boot_comm: chip revision: 1, min. application chip revision: 0
I (130) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x2ae68 (175720) map
I (203) esp_image: segment 1: paddr=0x0003ae90 vaddr=0x3ffb0000 size=0x03974 ( 14708) load
I (209) esp_image: segment 2: paddr=0x0003e80c vaddr=0x40080000 size=0x00404 (  1028) load
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

I (210) esp_image: segment 3: paddr=0x0003ec18 vaddr=0x40080404 size=0x01400 (  5120) load
I (221) esp_image: segment 4: paddr=0x00040020 vaddr=0x400d0020 size=0xacbb4 (707508) map
0x400d0020: _stext at ??:?

I (482) esp_image: segment 5: paddr=0x000ecbdc vaddr=0x40081804 size=0x14cf4 ( 85236) load
0x40081804: start_cpu0_default at D:/esp-idf/components/esp32/cpu_start.c:371

I (532) boot: Loaded app from partition at offset 0x10000
I (533) boot: Disabling RNG early entropy source...
I (533) cpu_start: Pro cpu up.
I (537) cpu_start: Application information:
I (541) cpu_start: Project name:     phev-ttgo
I (547) cpu_start: App version:      v0.2-15-g62f5716
I (552) cpu_start: Compile time:     Mar 16 2021 21:28:25
I (558) cpu_start: ELF file SHA256:  91c9274beb5254f5...
I (564) cpu_start: ESP-IDF:          v4.2-dirty
I (570) cpu_start: Starting app cpu, entry point is 0x40081978
0x40081978: call_start_cpu1 at D:/esp-idf/components/esp32/cpu_start.c:287

I (562) cpu_start: App cpu up.
V (580) memory_layout: reserved range is 0x3f42ae50 - 0x3f42ae88
D (586) memory_layout: Checking 7 reserved memory ranges:
D (591) memory_layout: Reserved memory range 0x3ffae000 - 0x3ffae6e0
D (598) memory_layout: Reserved memory range 0x3ffb0000 - 0x3ffb85e0
D (604) memory_layout: Reserved memory range 0x3ffe0000 - 0x3ffe0440
D (611) memory_layout: Reserved memory range 0x3ffe3f20 - 0x3ffe4350
D (617) memory_layout: Reserved memory range 0x40070000 - 0x40078000
D (623) memory_layout: Reserved memory range 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (630) memory_layout: Reserved memory range 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (636) memory_layout: Building list of available memory regions:
V (643) memory_layout: Examining memory region 0x3ffae000 - 0x3ffb0000
V (649) memory_layout: Start of region 0x3ffae000 - 0x3ffb0000 overlaps reserved 0x3ffae000 - 0x3ffae6e0
D (659) memory_layout: Available memory region 0x3ffae6e0 - 0x3ffb0000
V (665) memory_layout: Examining memory region 0x3ffb0000 - 0x3ffb8000
V (672) memory_layout: Region 0x3ffb0000 - 0x3ffb8000 inside of reserved 0x3ffb0000 - 0x3ffb85e0
V (681) memory_layout: Examining memory region 0x3ffb8000 - 0x3ffc0000
V (687) memory_layout: Start of region 0x3ffb8000 - 0x3ffc0000 overlaps reserved 0x3ffb0000 - 0x3ffb85e0
D (697) memory_layout: Available memory region 0x3ffb85e0 - 0x3ffc0000
V (703) memory_layout: Examining memory region 0x3ffc0000 - 0x3ffc2000
D (710) memory_layout: Available memory region 0x3ffc0000 - 0x3ffc2000
V (717) memory_layout: Examining memory region 0x3ffc2000 - 0x3ffc4000
D (723) memory_layout: Available memory region 0x3ffc2000 - 0x3ffc4000
V (730) memory_layout: Examining memory region 0x3ffc4000 - 0x3ffc6000
D (736) memory_layout: Available memory region 0x3ffc4000 - 0x3ffc6000
V (743) memory_layout: Examining memory region 0x3ffc6000 - 0x3ffc8000
D (750) memory_layout: Available memory region 0x3ffc6000 - 0x3ffc8000
V (756) memory_layout: Examining memory region 0x3ffc8000 - 0x3ffca000
D (763) memory_layout: Available memory region 0x3ffc8000 - 0x3ffca000
V (769) memory_layout: Examining memory region 0x3ffca000 - 0x3ffcc000
D (776) memory_layout: Available memory region 0x3ffca000 - 0x3ffcc000
V (783) memory_layout: Examining memory region 0x3ffcc000 - 0x3ffce000
D (789) memory_layout: Available memory region 0x3ffcc000 - 0x3ffce000
V (796) memory_layout: Examining memory region 0x3ffce000 - 0x3ffd0000
D (802) memory_layout: Available memory region 0x3ffce000 - 0x3ffd0000
V (809) memory_layout: Examining memory region 0x3ffd0000 - 0x3ffd2000
D (816) memory_layout: Available memory region 0x3ffd0000 - 0x3ffd2000
V (822) memory_layout: Examining memory region 0x3ffd2000 - 0x3ffd4000
D (829) memory_layout: Available memory region 0x3ffd2000 - 0x3ffd4000
V (835) memory_layout: Examining memory region 0x3ffd4000 - 0x3ffd6000
D (842) memory_layout: Available memory region 0x3ffd4000 - 0x3ffd6000
V (849) memory_layout: Examining memory region 0x3ffd6000 - 0x3ffd8000
D (855) memory_layout: Available memory region 0x3ffd6000 - 0x3ffd8000
V (862) memory_layout: Examining memory region 0x3ffd8000 - 0x3ffda000
D (868) memory_layout: Available memory region 0x3ffd8000 - 0x3ffda000
V (875) memory_layout: Examining memory region 0x3ffda000 - 0x3ffdc000
D (882) memory_layout: Available memory region 0x3ffda000 - 0x3ffdc000
V (888) memory_layout: Examining memory region 0x3ffdc000 - 0x3ffde000
D (895) memory_layout: Available memory region 0x3ffdc000 - 0x3ffde000
V (901) memory_layout: Examining memory region 0x3ffde000 - 0x3ffe0000
D (908) memory_layout: Available memory region 0x3ffde000 - 0x3ffe0000
V (915) memory_layout: Examining memory region 0x3ffe0000 - 0x3ffe4000
V (921) memory_layout: Start of region 0x3ffe0000 - 0x3ffe4000 overlaps reserved 0x3ffe0000 - 0x3ffe0440
V (931) memory_layout: End of region 0x3ffe0440 - 0x3ffe4000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
D (940) memory_layout: Available memory region 0x3ffe0440 - 0x3ffe3f20
V (947) memory_layout: Examining memory region 0x3ffe4000 - 0x3ffe8000
V (953) memory_layout: Start of region 0x3ffe4000 - 0x3ffe8000 overlaps reserved 0x3ffe3f20 - 0x3ffe4350
D (963) memory_layout: Available memory region 0x3ffe4350 - 0x3ffe8000
V (969) memory_layout: Examining memory region 0x3ffe8000 - 0x3fff0000
D (976) memory_layout: Available memory region 0x3ffe8000 - 0x3fff0000
V (983) memory_layout: Examining memory region 0x3fff0000 - 0x3fff8000
D (989) memory_layout: Available memory region 0x3fff0000 - 0x3fff8000
V (996) memory_layout: Examining memory region 0x3fff8000 - 0x3fffc000
D (1002) memory_layout: Available memory region 0x3fff8000 - 0x3fffc000
V (1009) memory_layout: Examining memory region 0x3fffc000 - 0x40000000
D (1016) memory_layout: Available memory region 0x3fffc000 - 0x40000000
V (1022) memory_layout: Examining memory region 0x40070000 - 0x40078000
V (1029) memory_layout: Region 0x40070000 - 0x40078000 inside of reserved 0x40070000 - 0x40078000
V (1038) memory_layout: Examining memory region 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1045) memory_layout: Region 0x40078000 - 0x40080000 inside of reserved 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1054) memory_layout: Examining memory region 0x40080000 - 0x40082000
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

V (1060) memory_layout: Region 0x40080000 - 0x40082000 inside of reserved 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1069) memory_layout: Examining memory region 0x40082000 - 0x40084000
0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

V (1076) memory_layout: Region 0x40082000 - 0x40084000 inside of reserved 0x40080000 - 0x400964f8
0x40082000: esp_intr_noniram_disable at D:/esp-idf/components/esp32/intr_alloc.c:877

0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1085) memory_layout: Examining memory region 0x40084000 - 0x40086000
0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

V (1092) memory_layout: Region 0x40084000 - 0x40086000 inside of reserved 0x40080000 - 0x400964f8
0x40084000: esp_flash_erase_region at D:/esp-idf/components/spi_flash/esp_flash_api.c:332

0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1101) memory_layout: Examining memory region 0x40086000 - 0x40088000
0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

V (1107) memory_layout: Region 0x40086000 - 0x40088000 inside of reserved 0x40080000 - 0x400964f8
0x40086000: phy_close_rf at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7.c:3919

0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1116) memory_layout: Examining memory region 0x40088000 - 0x4008a000
0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

V (1123) memory_layout: Region 0x40088000 - 0x4008a000 inside of reserved 0x40080000 - 0x400964f8
0x40088000: panic_print_hex at D:/esp-idf/components/esp_system/panic.c:87

0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1132) memory_layout: Examining memory region 0x4008a000 - 0x4008c000
0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

V (1139) memory_layout: Region 0x4008a000 - 0x4008c000 in0x4008a000: xTaskGetAffinity at D:/esp-idf/components/freertos/tasks.c:3703

0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

side of reserved 0x40080000 - 0x400964f8
0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1147) memory_layout: Examining memory region 0x4008c000 - 0x4008e000
0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

0x4008e000: sta_input at ??:?

V (1154) memory_layout: Region 0x4008c000 - 0x4008e000 inside of reserved 0x40080000 - 0x400964f8
0x4008c000: multi_heap_realloc_impl at D:/esp-idf/components/heap/multi_heap.c:578 (discriminator 1)

0x4008e000: sta_input at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1163) memory_layout: Examining memory region 0x4008e000 - 0x40090000
0x4008e000: sta_input at ??:?

0x40090000: ppCalFrameTimes at ??:?

V (1170) memory_layout: Region 0x4008e000 - 0x40090000 inside of reserved 0x40080000 - 0x400964f8
0x4008e000: sta_input at ??:?

0x40090000: ppCalFrameTimes at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1179) memory_layout: Examining memory region 0x40090000 - 0x40092000
0x40090000: ppCalFrameTimes at ??:?

0x40092000: esf_buf_alloc at ??:?

V (1185) memory_layout: Region 0x40090000 - 0x40092000 inside of reserved 0x40080000 - 0x400964f8
0x40090000: ppCalFrameTimes at ??:?

0x40092000: esf_buf_alloc at ??:?

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1194) memory_layout: Examining memory region 0x40092000 - 0x40094000
0x40092000: esf_buf_alloc at ??:?

0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

V (1201) memory_layout: Region 0x40092000 - 0x40094000 inside of reserved 0x40080000 - 0x400964f8
0x40092000: esf_buf_alloc at ??:?

0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1210) memory_layout: Examining memory region 0x40094000 - 0x40096000
0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

V (1217) memory_layout: Region 0x40094000 - 0x40096000 inside of reserved 0x40080000 - 0x400964f8
0x40094000: coex_bt_high_prio at /home/qgu/git_tree/chip7.1_rtc/board_code/app_test/pp/rtc/bt_bb.c:388

0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

V (1226) memory_layout: Examining memory region 0x40096000 - 0x40098000
0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

V (1232) memory_layout: Start of region 0x40096000 - 0x40098000 overlaps reserved 0x40080000 - 0x400964f8
0x40096000: spi_flash_chip_generic_page_program at D:/esp-idf/components/spi_flash/spi_flash_chip_generic.c:169

0x40080000: _WindowOverflow4 at D:/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730

D (1242) memory_layout: Available memory region 0x400964f8 - 0x40098000
V (1249) memory_layout: Examining memory region 0x40098000 - 0x4009a000
D (1255) memory_layout: Available memory region 0x40098000 - 0x4009a000
V (1262) memory_layout: Examining memory region 0x4009a000 - 0x4009c000
D (1269) memory_layout: Available memory region 0x4009a000 - 0x4009c000
V (1275) memory_layout: Examining memory region 0x4009c000 - 0x4009e000
D (1282) memory_layout: Available memory region 0x4009c000 - 0x4009e000
V (1289) memory_layout: Examining memory region 0x4009e000 - 0x400a0000
D (1295) memory_layout: Available memory region 0x4009e000 - 0x400a0000
I (1302) heap_init: Initializing. RAM available for dynamic allocation:
D (1309) heap_init: New heap initialised at 0x3ffae6e0
I (1315) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
D (1321) heap_init: New heap initialised at 0x3ffb85e0
I (1326) heap_init: At 3FFB85E0 len 00027A20 (158 KiB): DRAM
I (1332) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1339) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
D (1345) heap_init: New heap initialised at 0x400964f8
I (1350) heap_init: At 400964F8 len 00009B08 (38 KiB): IRAM
I (1357) cpu_start: Pro cpu start user code
D (1369) clk: RTC_SLOW_CLK calibration value: 3238541
V (1378) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1378) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (1384) intr_alloc: Connected src 46 to int 2 (cpu 0)
V (1389) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1395) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC0E
D (1403) intr_alloc: Connected src 17 to int 3 (cpu 0)
V (1409) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1415) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
D (1423) intr_alloc: Connected src 24 to int 9 (cpu 0)
D (1429) FLASH_HAL: extra_dummy: 1
V (1432) memspi: raw_chip_id: 164020

V (1436) memspi: chip_id: 204016

V (1439) memspi: raw_chip_id: 164020

V (1443) memspi: chip_id: 204016

D (1446) spi_flash: trying chip: issi
D (1450) spi_flash: trying chip: gd
D (1454) spi_flash: trying chip: mxic
D (1457) spi_flash: trying chip: generic
I (1461) spi_flash: detected chip: generic
I (1466) spi_flash: flash io: dio
I (1470) cpu_start: Starting scheduler on PRO CPU.
V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (0) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x40E
D (10) intr_alloc: Connected src 25 to int 2 (cpu 1)
I (10) cpu_start: Starting scheduler on APP CPU.
D (1520) heap_init: New heap initialised at 0x3ffe0440
D (1520) heap_init: New heap initialised at 0x3ffe4350
V (1530) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (1530) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (1530) intr_alloc: Connected src 16 to int 12 (cpu 0)
I (1550) MAIN: PHEV TTGO Version v0.2-15-g62f5716
I (1550) MAIN: Custom MAC 005b940fc16d
D (1560) partition: Loading the partition table
D (1600) nvs: nvs_open_from_partition phev_store 1
D (1600) nvs: nvs_get registered 1
D (1600) nvs: nvs_get forceota 1
I (1600) MAIN: Device ID
I (1600) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (1610) gpio: GPIO[5]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (1620) gpio: GPIO[23]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
D (1630) esp_netif_lwip: LwIP stack has been initialized
D (1630) esp_netif_lwip: esp-netif has been successfully initialized
D (1640) event: running task for loop 0x3ffbda78
D (1650) event: created task for loop 0x3ffbda78
D (1650) event: created event loop 0x3ffbda78
V (1650) esp_netif_objects: esp_netif_next_unsafe 0x0
V (1660) esp_netif_objects: esp_netif_next_unsafe 0x0
D (1660) esp_netif_objects: esp_netif_add_to_list 0x3ffbe9a0
D (1670) esp_netif_objects: esp_netif_add_to_list netif added successfully (total netifs: 1)
D (1680) nvs: nvs_open_from_partition misc 1
D (1680) nvs: nvs_get_str_or_blob log
I (1700) wifi:wifi driver task: 3ffc0f44, prio:23, stack:6656, core=0
V (1700) esp_adapter: thread sem create: sem=0x3ffb901c
V (1700) esp_adapter: thread sem get: sem=0x3ffb901c
D (1700) nvs: nvs_open_from_partition nvs.net80211 1
D (1710) nvs: nvs_get opmode 1
D (1710) nvs: nvs_get_str_or_blob sta.ssid
D (1720) nvs: nvs_get_str_or_blob sta.mac
D (1720) nvs: nvs_get sta.authmode 1
D (1720) nvs: nvs_get_str_or_blob sta.pswd
D (1730) nvs: nvs_get_str_or_blob sta.pmk
D (1730) nvs: nvs_get sta.chan 1
D (1740) nvs: nvs_get auto.conn 1
D (1740) nvs: nvs_get bssid.set 1
D (1740) nvs: nvs_get_str_or_blob sta.bssid
D (1750) nvs: nvs_get sta.lis_intval 2
D (1750) nvs: nvs_get sta.phym 1
D (1750) nvs: nvs_get sta.phybw 1
D (1760) nvs: nvs_get_str_or_blob sta.apsw
D (1760) nvs: nvs_get_str_or_blob sta.apinfo
D (1770) nvs: nvs_get sta.scan_method 1
D (1770) nvs: nvs_get sta.sort_method 1
D (1770) nvs: nvs_get sta.minrssi 1
D (1780) nvs: nvs_get sta.minauth 1
D (1780) nvs: nvs_get sta.pmf_e 1
D (1780) nvs: nvs_get sta.pmf_r 1
D (1790) nvs: nvs_get_str_or_blob ap.ssid
D (1790) nvs: nvs_get_str_or_blob ap.mac
D (1800) nvs: nvs_get_str_or_blob ap.passwd
D (1800) nvs: nvs_get_str_or_blob ap.pmk
D (1800) nvs: nvs_get ap.chan 1
D (1810) nvs: nvs_get ap.authmode 1
D (1810) nvs: nvs_get ap.hidden 1
D (1810) nvs: nvs_get ap.max.conn 1
D (1820) nvs: nvs_get bcn.interval 2
D (1820) nvs: nvs_get ap.phym 1
D (1820) nvs: nvs_get ap.phybw 1
D (1830) nvs: nvs_get ap.sndchan 1
D (1830) nvs: nvs_get ap.pmf_e 1
D (1830) nvs: nvs_get ap.pmf_r 1
D (1840) nvs: nvs_get lorate 1
D (1840) nvs: nvs_get_str_or_blob country
D (1850) nvs: nvs_set ap.sndchan 1 1
D (1850) nvs: nvs_set_blob sta.mac 6
D (1850) nvs: nvs_set_blob ap.mac 6
I (1860) wifi:wifi firmware version: 1865b55
I (1860) wifi:wifi certification version: v7.0
I (1860) wifi:config NVS flash: enabled
I (1870) wifi:config nano formating: disabled
I (1870) wifi:Init data frame dynamic rx buffer num: 32
I (1880) wifi:Init management frame dynamic rx buffer num: 32
I (1880) wifi:Init management short buffer num: 32
I (1890) wifi:Init dynamic tx buffer num: 32
I (1890) wifi:Init static rx buffer size: 1600
I (1890) wifi:Init static rx buffer num: 10
I (1900) wifi:Init dynamic rx buffer num: 32
I (1900) wifi_init: rx ba win: 6
I (1910) wifi_init: tcpip mbox: 32
I (1910) wifi_init: udp mbox: 6
I (1910) wifi_init: tcp mbox: 6
I (1920) wifi_init: tcp tx win: 5744
I (1920) wifi_init: tcp rx win: 5744
I (1930) wifi_init: tcp mss: 1436
I (1930) wifi_init: WiFi IRAM OP enabled
I (1930) wifi_init: WiFi RX IRAM OP enabled
V (1940) esp_adapter: thread sem get: sem=0x3ffb901c
V (1940) esp_adapter: thread sem get: sem=0x3ffb901c
V (1950) esp_adapter: thread sem get: sem=0x3ffb901c
D (1960) phy_init: loading PHY init data from application binary
D (1960) nvs: nvs_open_from_partition phy 0
D (1970) nvs: nvs_get cal_version 4
V (1970) phy_init: phy_get_rf_cal_version: 4500

D (1970) nvs: nvs_get_str_or_blob cal_mac
D (1980) efuse: coding scheme 0
D (1980) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (1990) efuse: coding scheme 0
D (1990) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (2000) efuse: coding scheme 0
D (2000) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (2010) efuse: coding scheme 0
D (2010) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (2020) efuse: coding scheme 0
D (2020) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (2030) efuse: coding scheme 0
D (2030) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (2040) efuse: coding scheme 0
D (2040) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
D (2050) nvs: nvs_get_str_or_blob cal_data
D (2060) nvs: nvs_close 4
D (2060) efuse: coding scheme 0
D (2060) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (2070) efuse: coding scheme 0
D (2070) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (2080) efuse: coding scheme 0
D (2080) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (2090) efuse: coding scheme 0
D (2090) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (2100) efuse: coding scheme 0
D (2100) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (2110) efuse: coding scheme 0
D (2110) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (2120) efuse: coding scheme 0
D (2120) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
I (2210) phy: phy_version: 4500, 0cd6843, Sep 17 2020, 15:37:07, 0, 0
I (2220) wifi:mode : sta (00:5b:94:0f:c1:6d)
E (2220) event: system event loop not initialized via esp_event_loop_init
D (2220) event: running post WIFI_EVENT:2 with handler 0x400eb1b0 and context 0x3ffbec0c on loop 0x3ffbda78
0x400eb1b0: wifi_default_action_sta_start at D:/esp-idf/components/esp_wifi/src/wifi_default.c:74

D (2230) wifi_init_default: wifi_start esp-netif:0x3ffbe9a0 event-id2
D (2240) wifi_init_default: WIFI mac address: 0 5b 94 f c1 6d
V (2240) esp_adapter: thread sem create: sem=0x3ffc5c48
V (2250) esp_adapter: thread sem get: sem=0x3ffc5c48
D (2250) esp_netif_handlers: esp_netif action has started with netif0x3ffbe9a0 from event_id=2
D (2260) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e3f34
0x400e3f34: esp_netif_start_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:608

I (2270) MAIN: Waiting for WiFi...
D (2270) esp_netif_lwip: esp_netif_start_api 0x3ffbe9a0
D (2280) esp_netif_lwip: esp_netif_get_hostname esp_netif:0x3ffbe9a0
D (2290) esp_netif_lwip: check: local, if=0x3ffbe9a0 fn=0x400e4868
0x400e4868: esp_netif_update_default_netif_lwip at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:163

D (2290) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbe9a0
V (2300) esp_netif_objects: esp_netif_next_unsafe 0x0
V (2300) esp_netif_objects: esp_netif_next_unsafe 0x3ffbe9a0
V (2310) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffbe9a0
D (2320) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2320) event: running post WIFI_EVENT:2 with handler 0x400d616c and context 0x3ffbf4ec on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

V (2330) esp_adapter: thread sem get: sem=0x3ffc5c48
I (2460) wifi:new:<3,0>, old:<1,0>, ap:<255,255>, sta:<3,0>, prof:1
I (2460) wifi:state: init -> auth (b0)
I (2460) wifi:state: auth -> assoc (0)
I (2470) wifi:state: assoc -> run (10)
I (2670) wifi:connected with REMOTE55rstx, aid = 1, channel 3, BW20, bssid = 00:e0:20:7d:46:29
I (2670) wifi:security: WPA2-PSK, phy: bgn, rssi: -39
D (2670) nvs: nvs_set sta.chan 1 3
D (2680) nvs: nvs_set_blob sta.apinfo 700
I (2680) wifi:pm start, type: 1

E (2690) event: system event loop not initialized via esp_event_loop_init
D (2690) event: running post WIFI_EVENT:4 with handler 0x400eb1e0 and context 0x3ffbec5c on loop 0x3ffbda78
0x400eb1e0: wifi_default_action_sta_connected at D:/esp-idf/components/esp_wifi/src/wifi_default.c:88

V (2700) esp_adapter: thread sem get: sem=0x3ffc5c48
I (2710) wifi:AP's beacon interval = 102400 us, DTIM period = 1
D (2710) esp_netif_handlers: esp_netif action connected with netif0x3ffbe9a0 from event_id=4
D (2720) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e4124
0x400e4124: esp_netif_up_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1131

D (2730) esp_netif_lwip: esp_netif_up_api esp_netif:0x3ffbe9a0
D (2730) esp_netif_lwip: check: local, if=0x3ffbe9a0 fn=0x400e4868
0x400e4868: esp_netif_update_default_netif_lwip at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:163

D (2740) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbe9a0
V (2750) esp_netif_objects: esp_netif_next_unsafe 0x0
V (2750) esp_netif_objects: esp_netif_next_unsafe 0x3ffbe9a0
V (2760) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3ffbe9a0
D (2760) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2770) esp_netif_lwip: check: remote, if=0x3ffbe9a0 fn=0x400e3d84
0x400e3d84: esp_netif_dhcpc_start_api at D:/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:929

D (2780) esp_netif_lwip: esp_netif_dhcpc_start_api esp_netif:0x3ffbe9a0
D (2780) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbe9a0
D (2790) esp_netif_lwip: if0x3ffbe9a0 start ip lost tmr: no need start because netif=0x3ffbea24 interval=120 ip=0
D (2800) esp_netif_lwip: starting dhcp client
D (2810) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (2810) event: running post WIFI_EVENT:4 with handler 0x400d616c and context 0x3ffbf4ec on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

D (4130) esp_netif_lwip: esp_netif_dhcpc_cb lwip-netif:0x3ffbea24
D (4130) esp_netif_lwip: if0x3ffbe9a0 ip changed=1
D (4130) event: running post IP_EVENT:0 with handler 0x400eb034 and context 0x3ffbed10 on loop 0x3ffbda78
0x400eb034: wifi_default_action_sta_got_ip at D:/esp-idf/components/esp_wifi/src/wifi_default.c:128

E (4130) event: system event loop not initialized via esp_event_loop_init
D (4140) wifi_init_default: Got IP wifi default handler entered
E (4140) esp_netif_lwip: dhcpc cb: failed to post got ip event (103)
D (4150) esp_netif_handlers: esp_netif action got_ip with netif0x3ffbe9a0 from event_id=0
I (4170) esp_netif_handlers: sta ip: 192.168.8.52, mask: 255.255.255.0, gw: 192.168.8.46
D (4170) event: running post IP_EVENT:0 with handler 0x400d616c and context 0x3ffb92ac on loop 0x3ffbda78
0x400d616c: wifi_client_event_handler at d:\phev-ttgo\build/../main/main.c:95

I (4180) MAIN: got ip:192.168.8.52
I (4190) MAIN: Interface priority is st1 (192.168.8.52/255.255.255.0 gateway 192.168.8.46)
I (4200) MAIN: Interface priority is lo0 (127.0.0.1/255.0.0.0 gateway 127.0.0.1)
I (4210) MAIN: WiFi Connected...
D (4210) PPP: Configuring UART1 GPIOs: TX:27 RX:26 RTS:0 CTS: 0
V (4220) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (4220) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0xE
D (4230) intr_alloc: Connected src 35 to int 3 (cpu 1)
D (4240) PPP: AT
D (4740) PPP:
OK

D (4740) PPP: ATE0
D (5240) PPP:
OK

D (5240) PPP: AT+CPIN?
D (5740) PPP:
+CPIN: READY

OK

D (5740) PPP: AT+CGDCONT=1,"IP","internet"
D (6240) PPP:
OK

D (6240) PPP: ATDT*99***1#
D (6740) PPP:
CONNECT

I (6740) PPP: Gsm init end
I (6740) PPP: After pppapi_pppos_create
D (6740) PPP: After pppapi_set_default
D (6740) PPP: After pppapi_set_auth
D (6740) PPP: PPP tx len 46
D (6750) PPP: After pppapi_connect
D (6770) PPP: PPP rx len 72
D (6770) PPP: PPP tx len 43
D (6770) PPP: PPP tx len 45
D (6790) PPP: PPP rx len 45
D (6790) PPP: PPP tx len 14
D (6800) PPP: PPP rx len 27
D (6800) PPP: PPP tx len 24
D (6800) PPP: PPP tx len 22
D (6800) PPP: PPP tx len 18
D (6820) PPP: PPP rx len 44
D (6820) PPP: PPP tx len 18
D (12820) PPP: PPP tx len 18
D (18820) PPP: PPP tx len 18
D (24820) PPP: PPP tx len 18
D (30820) PPP: PPP tx len 18
^C
jkallunki commented 3 years ago

Ok, getting some progress with this now. I replaced the stock antenna with another one and got a connection, but there's still something wrong:

D (9511) PPP: status_cb: Connected

D (9511) PPP:    our_ipaddr  = 100.106.41.9

D (9511) PPP:    his_ipaddr  = 192.168.254.254

D (9511) PPP:    netmask     = 255.255.255.255

D (9511) PPP:    our6_ipaddr = ::

I (9521) MAIN: Initializing SNTP
I (11521) MAIN: Waiting for system time to be set...
D (11971) PPP: PPP tx len 67
D (12361) PPP: PPP rx len 1
D (12631) PPP: PPP tx len 67
D (12641) PPP: PPP rx len 67
I (13521) MAIN: Waiting for system time to be set...
D (13631) PPP: PPP tx len 67
D (13641) PPP: PPP rx len 1
D (15481) PPP: PPP rx len 1
I (15521) MAIN: Waiting for system time to be set...
D (15631) PPP: PPP tx len 67
I (17521) MAIN: Waiting for system time to be set...
I (19521) MAIN: Waiting for system time to be set...
I (21521) MAIN: Waiting for system time to be set...
I (23521) MAIN: Waiting for system time to be set...
D (24681) PPP: PPP rx len 1
I (25521) MAIN: Waiting for system time to be set...
I (27521) MAIN: Waiting for system time to be set...
I (29521) MAIN: Waiting for system time to be set...
I (31521) MAIN: Waiting for system time to be set...
I (33521) MAIN: Waiting for system time to be set...