ESP-01 no longer able to connect to network (HA 2024.11.3)

ESP-01 after the latest ESPHome (device compiler), unable to connect to my main network.

I have no idea what can cause this issue, tried swap it to another ESP01 just in case it has failed or not. Same issue. All of my other ESP related devices working, just this one.

Code what i use (i use it as a relay controller for my pc):

esphome:
name: tv-desktop

esp8266:
board: esp01_1m

Enable logging

logger:

Enable Home Assistant API

api:
encryption:
key: “LVtTLUF+e8K+znavAnKTi/2HCG/a2c6S6s4nkHC5mcs=”

ota:

  • platform: esphome
    password: !secret ota_password

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
reboot_timeout: 1min

switch:

  • platform: gpio
    pin: 0
    id: relay
    name: “Power ON”
    icon: “mdi:power-standby”
    on_turn_on:
    • delay: 2000ms
    • switch.turn_off: relay