Sleeper85 / esphome-jk-bms-can

GNU General Public License v3.0
64 stars 18 forks source link

M5atom-lite #11

Closed gutowscr471 closed 5 months ago

gutowscr471 commented 5 months ago

Had issues with the latest configuration files for wired. Think you need to update to type: arduino or mention it in the comments for wired.

config/config_atom-lite-esp32-pico.yaml

esp32: board: m5stack-atom framework: type: arduino

Sleeper85 commented 5 months ago

Noted. I will ask the person responsible for this platform to do some testing.

Sleeper85 commented 5 months ago

According to my research Atom Lite works well with the esp-idf framework.

What error do you receive exactly when compiling the YAML?

Sleeper85 commented 5 months ago

It actually seems that it is difficult to compile the YAML with Atom Lite (esp32-pico) and esp-idf. Additionally Atom Lite is not stable with the BLE version. I changed to arduino.

Thanks