第一次使用esphome。请问这个固件是不是得手动刷入?
通过wifi刷入提示:
```
ERROR Error resolving IP address of gone1.local. Is it connected to WiFi?
ERROR (If this error persists, please set a static IP address: https://esphome.io/components/wifi.html#manual-ips)
ERROR Error resolving IP address: Error resolving address with mDNS: Did not respond. Maybe the device is offline., [Errno -2] Name or service not known
```
善用搜索,重启是esphome的特性,估计一个配置参数就可以搞定,可以搜搜看。 #restore_from_flash: yes也可以尝试把这句注释取消,会保留最后的状态,应该也管用。
wifi:reboot_timeout (Optional, Time): The amount of time to wait before rebooting when no WiFi connection exists. Can be disabled by setting this to 0s, but note that the low level IP stack currently seems to have issues with WiFi where a full reboot is required to get the interface back working. Defaults to 15min. Does not apply when in access point mode.帮你搜了下,