Sorry about my english. I try to connect my ESP32 to wifi and it's resets. I post text in the Micropython interpreter of ESP32 (only erase ">>>"promt from every line) :
MicroPython v1.19.1 on 2022-06-18; ESP32 module with ESP32
Type "help()" for more information.
import network
wlan = network.WLAN(network.STA_IF)
wlan.active(True)
True
wlan.connect('Dpto', '03755422170')
ets Jun 8 2016 00:22:57
rst:0x8 (TG1WDT_SYS_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
etc...
It's happends with an older firmware too. In google there are a lots topics about it, but I don't find any usefull. I try to find why the Timer Group 1 of the Whach Dog Timer send Resets, but don´t find answers. I erase the Firmware and write again, but the error continue.
Thanks in advance..