Open Sleeper85 opened 2 weeks ago
@Imanol82
Replace the old source with this code.
external_components:
- source:
type: git
url: https://github.com/esphome/esphome
ref: d5bdf2575c151abfad39b6c24c3856395a7d0901
components:
- ethernet
Amazing. I've updated ESPHome and the firmware. Everything is working again.
Stupid question, why appears 1.4.4B as last instead of 1.4.5?
Thank you my friend, you're a master!!
and I have this warning too, I don't know if it's important.
Reading CMake configuration...
Warning! Flash memory size mismatch detected. Expected 4MB, found 2MB!
Please select a proper value in your sdkconfig.defaults
or via the menuconfig
target!
It seems like you just didn't download the latest version from Github ?
Warning! Flash memory size mismatch detected. Expected 4MB, found 2MB!
The default flash size for an ESP32-C3-DevKitM-1
board is 4MB
but it seems your ETH01-EVO
board only has 2MB
of Flash?
Try this:
esp32:
board: esp32-c3-devkitm-1
variant: esp32c3
flash_size: 2MB
framework:
type: esp-idf
version: latest
platform_version: 6.5.0
No. If I put this, I receibe this error:
Error: The program size (944880 bytes) is greater than maximum allowed (786432 bytes)
*** [checkprogsize] Explicit exit, status 1
========================= [FAILED] Took 181.36 seconds =========================
So I take out. with warning but is working...
Thank you very much!
Discussed in https://github.com/Sleeper85/esphome-yambms/discussions/2