M5stack dial & stamp S3A anyone got this working yet?

Hi I have a M5stack dial that runs on an S3A. I can move code to it but i cannot get it to do anything the best i van do is get it to show “FAIL” on the screen, I am wondering if it is because it runs on a S3A and not a S3
thanks

No, it runs on same ESP32-S3 chip.

Post code.

Maybe you have typo
Maybe you use wrong gpio

Post yaml, post compile log.

thanks Karosm, good to know

hi tmjpugh
yeah, probaby all of the above. ill take a look at the code. thank you

Hi Nickrout
below is the code on the dial now:

just doing some reading now trying to find out how to get you the compile log

thanks.

esphome:
  name: m5stack-dial
  friendly_name: M5Stack Dial
  on_boot:
    then:
      - pcf8563.read_time:
  platformio_options:
    board_build.flash_mode: dio

esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: esp-idf

wifi:
  ap:

captive_portal:

api:

ota:
  platform: esphome

logger:

i2c:
  - id: internal_i2c
    sda: GPIO11
    scl: GPIO12

rc522_i2c:
  - id: nfc_reader
    i2c_id: internal_i2c
    address: 0x28

output:
  - platform: ledc
    pin: GPIO3
    id: buzzer
  - platform: ledc
    pin: GPIO9
    id: backlight_output

rtttl:
  output: buzzer

sensor:
  - platform: rotary_encoder
    id: encoder
    pin_a: GPIO40
    pin_b: GPIO41

time:
  # RTC
  - platform: pcf8563
    id: rtctime
    i2c_id: internal_i2c
    address: 0x51
    update_interval: never
  - platform: homeassistant
    id: esptime
    on_time_sync:
      then:
        - pcf8563.write_time:

binary_sensor:
  - platform: gpio
    name: Button
    id: front_button
    pin: GPIO42

  - platform: gpio
    name: Hold Button
    pin: GPIO46

spi:
  id: spi_bus
  mosi_pin: GPIO5
  clk_pin: GPIO6

display:
  - platform: ili9xxx
    id: round_display
    model: GC9A01A
    cs_pin: GPIO7
    reset_pin: GPIO8
    dc_pin: GPIO4
    invert_colors: false

touchscreen:
  - platform: ft5x06
    id: touch
    i2c_id: internal_i2c
    address: 0x38
    # interrupt_pin: GPIO14  # not supported by this component

light:
  - platform: monochromatic
    name: "Backlight"
    output: backlight_output
    id: display_backlight
    default_transition_length: 0s

i hope these are the right logs

[22:15:42]I (364) esp_image: segment 4: paddr=001502b8 vaddr=4037ed[I][logger:171]: Log initialized
[22:15:42][C][safe_mode:079]: There have been 0 suspected unsuccessful boot attempts
[22:15:42][D][esp32.preferences:114]: Saving 1 preferences to flash...
[22:15:42][D][esp32.preferences:142]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
[22:15:42][I][app:029]: Running through setup()...
[22:15:42][C][esp32_ble:035]: Setting up BLE...
[22:15:42][C][wifi:048]: Setting up WiFi...
[22:15:42][D][esp-idf:000]: I (539) pp: pp rom versio[I][safe_mode:041]: Boot seems successful; resetting boot loop counter
[22:15:42][D][esp32.preferences:114]: Saving 1 preferences to flash...
[22:15:42][D][esp32.preferences:142]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed

You need to post much larger clip of your logs.

Your code is not really doing anything, but you should see the component updates on your log.

on the: web.esphome.io page where i am trying to install the dial, there is a log button, I copied everything that was there.

Serial log should work if you have your dial connected by USB cable and port selected.

this might be it:

[21:14:00][I][logger:171]: Log initialized
[21:14:00][C][safe_mode:080]: There have been 0 suspected unsuccessful boot attempts
[21:14:00][D][esp32.preferences:143]: Writing 1 items: 0 cached, 1 written, 0 failed
[21:14:00][I][DEVICE:139]: setScreenOffTime 45000
[21:14:03][I][DEVICE:145]: setLon[I][wifi:319]: Connecting to 'electrickery'
[21:14:03][W][wifi:676]: Network no longer found
[21:14:03][I][wifi:319]: Connecting to ''
[21:14:03][W][wifi_esp32:278]: esp_wifi_connect failed: ESP_ERR_WIFI_SSID
[21:14:03][E][wifi:375]: wifi_sta_connect_ failed!
[21:14:08][I][wifi:319]: Connecting to 'electrickery'
[21:14:08][W][wifi:676]: Network no longer found
[21:14:08][I][wifi:319]: Connecting to ''
[21:14:08][W][wifi_esp32:278]: esp_wifi_connect failed: ESP_ERR_WIFI_SSID
[21:14:08][E][wifi:375]: wifi_sta_connect_ failed!
[21:14:13][I][wifi:319]: Connecting to 'electrickery'
[21:14:13][W][wifi:676]: Network no longer found
[21:14:13][I][wifi:319]: Connecting to ''
[21:14:13][W][wifi_esp32:278]: esp_wifi_connect failed: ESP_ERR_WIFI_SSID
[21:14:13][E][wifi:375]: wifi_sta_connect_ failed!
[21:14:18][I][wifi:319]: Connecting to 'electrickery'
[21:14:18][W][wifi:676]: Network no longer found
[21:14:18][I][wifi:319]: Connecting to ''
[21:14:18][W][wifi_esp32:278]: esp_wifi_connect failed: ESP_ERR_WIFI_SSID
[21:14:18][E][wifi:375]: wifi_sta_connect_ failed!

i also got these logs doing the same thing as before, though the logs are different this time.

[21:20:12]ESP-ROM:esp32s3-20210327
[21:20:12]Build:Mar 27 2021
[21:20:12]rst:0x15 (USB_UART_CHIP_RESET),boot:0x8 (SPI_FAST_FLASH_BOOT)
[21:20:12]Saved PC:0x4037e24a
[21:20:12]SPIWP:0xee
[21:20:12]mode:DIO, clock div:1
[21:20:12]load:0x3fce3818,len:0x1750
[21:20:12]load:0x403c9700,len:0x4
[21:20:12]load:0x403c9704,len:0xbe4
[21:20:12]load:0x403cc700,len:0x2d34
[21:20:12]entry 0x403c9908
[21:20:12]I (26) boot: ESP-IDF 5.1.5 2nd stage bootloader
[21:20:12]I (27) boot: compile time Apr 28 2025 22:42:44
[21:20:12]I (27) boot: Multicore bootloader
[21:20:12]I (30) boot: chip revision: v0.2
[21:20:12]I (33) boot.esp32s3: Boot SPI Speed : 80MHz
[21:20:12]I (38) boot.esp32s3: SPI Mode       : DIO
[21:20:12]I (43) boot.esp32s3: SPI Flash Size : 4MB
[21:20:12]I (48) boot: Enabling RNG early entropy source...
[21:20:12]I (53) boot: Partition Table:
[21:20:12]I (57) boot: ## Label            Usage          Type ST Offset   Length
[21:20:12]I (64) boot:  0 otadata          OTA data         01 00 00009000 00002000
[21:20:12]I (71) boot:  1 phy_init         RF data          01 01 0000b000 00001000
[21:20:12]I (79) boot:  2 app0             OTA app          00 10 00010000 001c0000
[21:20:12]I (86) boot:  3 app1             OTA app          00 11 001d0000 001c0000
[21:20:12]I (94) boot:  4 nvs              WiFi data        01 02 00390000 0006d000
[21:20:12]I (101) boot: End of partition table
[21:20:12]I (106) esp_image: segment 0: paddr=00010020 vaddr=3c100020 size=406a8h (263848) map
[21:20:12]I (161) esp_image: segment 1: paddr=000506d0 vaddr=3fc9b200 size=04b7ch ( 19324) load
[21:20:12]I (166) esp_image: segment 2: paddr=00055254 vaddr=40374000 size=0adc4h ( 44484) load
[21:20:12]I (177) esp_image: segment 3: paddr=00060020 vaddr=42000020 size=f0290h (983696) map
[21:20:12]I (354) esp_image: segment 4: paddr=001502b8 vaddr=4037edc4 size=0c420h ( 50208) load
[21:20:12]I (375) boot: Loaded app from partition at offset 0x10000
[21:20:12]I (375) boot: Disabling RNG early entropy source...
[21:20:12]I (376) cpu_start: Multicore app
[21:20:12]I (380) cpu_start: Pro cpu up.
[21:20:12]I (383) cpu_start: Starting app cpu, entry point is 0x40375fbc
[21:20:12]I (0) cpu_start: App cpu up.
[21:20:12]I (398) cpu_start: Pro cpu start user code
[21:20:12]I (398) cpu_start: cpu freq: 160000000 Hz
[21:20:12]I (399) cpu_start: Application information:
[21:20:12]I (399) cpu_start: Project name:     esphome-web
[21:20:12]I (399) cpu_start: App version:      2025.4.0
[21:20:12]I (399) cpu_start: Compile time:     Apr 28 2025 22:42:07
[21:20:12]I (400) cpu_start: ELF file SHA256:  91730745b08a3ff7...
[21:20:12]I (400) cpu_start: ESP-IDF:          5.1.5
[21:20:12]I (400) cpu_start: Min chip rev:     v0.0
[21:20:12]I (400) cpu_start: Max chip rev:     v0.99 
[21:20:12]I (400) cpu_start: Chip rev:         v0.2
[21:20:12]I (401) heap_init: Initializing. RAM available for dynamic allocation:
[21:20:12]I (401) heap_init: At 3FCA74D8 len 00042238 (264 KiB): DRAM
[21:20:12]I (401) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
[21:20:12]I (402) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
[21:20:12]I (402) heap_init: At 600FE010 len 00001FD8 (7 KiB): RTCRAM
[21:20:12]I (403) spi_flash: detected chip: gd
[21:20:12]I (403) spi_flash: flash io: dio
[21:20:12]W (403) spi_flash: Detected size(8192k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
[21:20:12]I (404) sleep: Configure to isolate all GPIO pins in sleep state
[21:20:12]I (405) sleep: Enable automatic switching of GPIO sleep configuration
[21:20:12]I (405) coexist: coex firmware version: 27d8387
[21:20:12]I (406) coexist: coexist rom version e7ae62f
[21:20:12]I (406) app_start: Starting scheduler on CPU0
[21:20:12]I (406) app_start: Starting scheduler on CPU1
[21:20:12]I (406) main_task: Started on CPU0
[21:20:12]I (407) main_task: Calling app_main()
[21:20:12]I (525) main_task: Returned from app_main()
[21:20:12][I][logger:171]: Log initialized
[21:20:12][C][safe_mode:079]: There have been 1 suspected unsuccessful boot attempts
[21:20:12][D][esp32.preferences:114]: Saving 1 preferences to flash...
[21:20:12][D][esp32.preferences:142]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
[21:20:12][I][app:029]: Running through setup()...
[21:20:12][C][esp32_ble:035]: Setting up BLE...
[21:20:12][C][wifi:048]: Setting up WiFi...
[21:20:12][D][esp-idf:000]: I (538) pp: pp rom version: e7ae62f
[21:20:12]
[21:20:12][D][esp-idf:000]: I (539) net80211: net80211 rom version: e7ae62f
[21:20:12]
[21:20:12][D][esp-idf:000]: I (541) wifi:
[21:20:12][D][esp-idf:000]: wifi driver task: 3fcb6bd4, prio:23, stack:6656, core=0
[21:20:12][D][esp-idf:000]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (544) wifi:
[21:20:12][D][esp-idf:000][wifi]: wifi firmware version: bbd58fc31
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (545) wifi:
[21:20:12][D][esp-idf:000][wifi]: wifi certification version: v7.0
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (546) wifi:
[21:20:12][D][esp-idf:000][wifi]: config NVS flash: enabled
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (547) wifi:
[21:20:12][D][esp-idf:000][wifi]: config nano formating: disabled
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (548) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init data frame dynamic rx buffer num: 32
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (549) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init static rx mgmt buffer num: 5
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (550) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init management short buffer num: 32
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (551) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init dynamic tx buffer num: 32
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (552) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init static tx FG buffer num: 2
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (553) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init static rx buffer size: 1600
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (555) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init static rx buffer num: 10
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (555) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init dynamic rx buffer num: 32
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000]: I (557) wifi_init: rx ba win: 6
[21:20:12]
[21:20:12][D][esp-idf:000]: I (558) wifi_init: tcpip mbox: 32
[21:20:12]
[21:20:12][D][esp-idf:000]: I (558) wifi_init: udp mbox: 6
[21:20:12]
[21:20:12][D][esp-idf:000]: I (559) wifi_init: tcp mbox: 6
[21:20:12]
[21:20:12][D][esp-idf:000]: I (559) wifi_init: tcp tx win: 5760
[21:20:12]
[21:20:12][D][esp-idf:000]: I (559) wifi_init: tcp rx win: 5760
[21:20:12]
[21:20:12][D][esp-idf:000]: I (560) wifi_init: tcp mss: 1440
[21:20:12]
[21:20:12][D][esp-idf:000]: I (560) wifi_init: WiFi IRAM OP enabled
[21:20:12]
[21:20:12][D][esp-idf:000]: I (560) wifi_init: WiFi RX IRAM OP enabled
[21:20:12]
[21:20:12][C][wifi:061]: Starting WiFi...
[21:20:12][C][wifi:062]:   Local MAC: B0:81:84:96:8E:BC
[21:20:12][D][esp-idf:000][wifi]: I (562) phy_init: phy_version 680,a6008b2,Jun  4 2024,16:41:10
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (598) wifi:
[21:20:12][D][esp-idf:000][wifi]: mode : softAP (b0:81:84:96:8e:bd)
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (600) wifi:
[21:20:12][D][esp-idf:000][wifi]: Total power save buffer number: 16
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (601) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init max length of beacon: 752/752
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (602) wifi:
[21:20:12][D][esp-idf:000][wifi]: Init max length of beacon: 752/752
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][C][wifi:263]: Setting up AP...
[21:20:12][C][wifi:265]:   AP SSID: 'esphome-web-968ebc'
[21:20:12][C][wifi:266]:   AP Password: ''
[21:20:12][D][esp-idf:000][wifi]: I (608) wifi:
[21:20:12][D][esp-idf:000][wifi]: Total power save buffer number: 16
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][tiT]: I (611) esp_netif_lwip: DHCP server started on interface WIFI_AP_DEF with IP: 192.168.4.1
[21:20:12]
[21:20:12][C][wifi:275]:   IP Address: 192.168.4.1
[21:20:12][D][esp-idf:000][wifi]: I (613) wifi:
[21:20:12][D][esp-idf:000][wifi]: mode : sta (b0:81:84:96:8e:bc) + softAP (b0:81:84:96:8e:bd)
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][esp-idf:000][wifi]: I (615) wifi:
[21:20:12][D][esp-idf:000][wifi]: enable tsf
[21:20:12][D][esp-idf:000][wifi]: 
[21:20:12]
[21:20:12][D][wifi:482]: Starting scan...
[21:20:12][D][esp32_improv.component:255]: Setting Improv to start
[21:20:12][C][web_server:238]: Setting up web server...
[21:20:12][D][esp-idf:000]: I (624) mdns_mem: mDNS task will be created from internal RAM
[21:20:12]
[21:20:12][C][api:026]: Setting up Home Assistant API server...
[21:20:12][D][wifi:482]: Starting scan...
[21:20:12][I][app:062]: setup() finished successfully!
[21:20:12][D][esp32_ble:295]: Enabling BLE...
[21:20:12][D][esp-idf:000]: I (633) BLE_INIT: BT controller compile version [63eb54d]
[21:20:12]
[21:20:12][D][esp-idf:000][btController]: I (634) BLE_INIT: Bluetooth MAC: b0:81:84:96:8e:be
[21:20:12]
[21:20:12]
[21:20:13][W][component:239]: Component esp32_ble took a long time for an operation (223 ms).
[21:20:13][W][component:240]: Components should block for at most 30 ms.
[21:20:13][D][esp-idf:000][wifi]: I (858) wifi:
[21:20:13][D][esp-idf:000][wifi]: Set ps type: 1, coexist: 1
[21:20:13]
[21:20:13][D][esp-idf:000][wifi]: 
[21:20:13]
[21:20:13][W][component:157]: Component api set Warning flag: unspecified
[21:20:13][I][app:100]: ESPHome version 2025.4.0 compiled on Apr 28 2025, 22:41:43
[21:20:13][I][app:102]: Project esphome.web version 25.4.1
[21:20:13][C][logger:177]: Logger:
[21:20:13][C][logger:178]:   Max Level: DEBUG
[21:20:13][C][logger:179]:   Initial Level: DEBUG
[21:20:13][C][logger:181]:   Log Baud Rate: 115200
[21:20:13][C][logger:182]:   Hardware UART: USB_SERIAL_JTAG
[21:20:13][C][esp32_ble:418]: ESP32 BLE:
[21:20:13][C][esp32_ble:419]:   MAC address: B0:81:84:96:8E:BE
[21:20:13][C][esp32_ble:421]:   IO Capability: none
[21:20:13][C][esp32_ble_server:195]: ESP32 BLE Server:
[21:20:13][C][esp32_improv.component:272]: ESP32 Improv:
[21:20:13][D][esp32_ble_server:087]: BLE server setup successfully
[21:20:13][D][esp32_improv.component:088]: Creating Improv service
[21:20:13][C][captive_portal:089]: Captive Portal:
[21:20:13][C][wifi:600]: WiFi:
[21:20:13][D][esp-idf:000][wifi]: W (935) wifi:
[21:20:13][D][esp-idf:000][wifi]: Haven't to connect to a suitable AP now!
[21:20:13][D][esp-idf:000][wifi]: 
[21:20:13]
[21:20:13][W][wifi_esp32:966]: esp_wifi_sta_get_ap_info failed: ESP_ERR_WIFI_NOT_CONNECT
[21:20:13][C][wifi:428]:   Local MAC: B0:81:84:96:8E:BC
[21:20:13][D][esp-idf:000][wifi]: W (938) wifi:
[21:20:13][D][esp-idf:000][wifi]: Haven't to connect to a suitable AP now!
[21:20:13][D][esp-idf:000][wifi]: 
[21:20:13]
[21:20:13][W][wifi_esp32:976]: esp_wifi_sta_get_ap_info failed: ESP_ERR_WIFI_NOT_CONNECT
[21:20:13][C][wifi:433]:   SSID: [redacted]
[21:20:13][C][wifi:439]:   BSSID: [redacted]
[21:20:13][C][wifi:441]:   Hostname: 'esphome-web-968ebc'
[21:20:13][D][esp-idf:000][wifi]: W (940) wifi:
[21:20:13][D][esp-idf:000][wifi]: Haven't to connect to a suitable AP now!
[21:20:13][D][esp-idf:000][wifi]: 
[21:20:13]
[21:20:13][W][wifi_esp32:987]: esp_wifi_sta_get_ap_info failed: ESP_ERR_WIFI_NOT_CONNECT
[21:20:13][C][wifi:443]:   Signal strength: 0 dB ▂▄▆█
[21:20:13][C][wifi:447]:   Channel: 2
[21:20:13][C][wifi:448]:   Subnet: 0.0.0.0
[21:20:13][C][wifi:449]:   Gateway: 0.0.0.0
[21:20:13][C][wifi:450]:   DNS1: 0.0.0.0
[21:20:13][C][wifi:451]:   DNS2: 0.0.0.0
[21:20:13][C][web_server:285]: Web Server:
[21:20:13][C][web_server:286]:   Address: esphome-web.local:80
[21:20:13][C][mdns:116]: mDNS:
[21:20:13][C][mdns:117]:   Hostname: esphome-web-968ebc
[21:20:13][C][esphome.ota:073]: Over-The-Air updates:
[21:20:13][C][esphome.ota:074]:   Address: esphome-web.local:3232
[21:20:13][C][esphome.ota:075]:   Version: 2
[21:20:13][C][safe_mode:018]: Safe Mode:
[21:20:13][C][safe_mode:019]:   Boot considered successful after 60 seconds
[21:20:13][C][safe_mode:021]:   Invoke after 10 boot attempts
[21:20:13][C][safe_mode:022]:   Remain in safe mode for 300 seconds
[21:20:13][D][esp-idf:000][BTU_TASK]: W (983) BT_BTM: BTM_BleWriteScanRsp, Partial data write into ADV
[21:20:13]
[21:20:13][C][api:140]: API Server:
[21:20:13][C][api:141]:   Address: esphome-web.local:6053
[21:20:13][C][api:145]:   Using noise encryption: NO
[21:20:13][D][esp-idf:000][BTU_TASK]: W (991) BT_BTM: BTM_BleWriteScanRsp, Partial data write into ADV
[21:20:13]
[21:20:13][D][esp-idf:000][BTU_TASK]: W (997) BT_BTM: data exceed max adv packet length
[21:20:13]
[21:20:13][D][esp-idf:000][BTU_TASK]: W (998) BT_BTM: BTM_BleWriteScanRsp, Partial data write into ADV
[21:20:13]
[21:20:13][D][esp32_improv.component:109]: Service started!
[21:20:13][C][improv_serial:032]: Improv Serial:
[21:20:13][D][esp-idf:000][BTU_TASK]: W (1006) BT_BTM: data exceed max adv packet length
[21:20:13]
[21:20:13][D][esp-idf:000][BTU_TASK]: W (1007) BT_BTM: BTM_BleWriteScanRsp, Partial data write into ADV
[21:20:13]
[21:21:12][I][safe_mode:041]: Boot seems successful; resetting boot loop counter
[21:21:12][D][esp32.preferences:114]: Saving 1 preferences to flash...
[21:21:12][D][esp32.preferences:142]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
1 Like

It cant cannot to WiFi