raomin / ESPAltherma

Monitor your Daikin Altherma / ROTEX heat pump with ESP32
MIT License
317 stars 104 forks source link

Build fails for M5stickc Plus #414

Closed PiotrBeeScale closed 3 months ago

PiotrBeeScale commented 3 months ago
  1. I set the parameters in setup.h (WIFI, MQTT, Altherma model..)
  2. I have set the environment for M5stickplus Errors during compilation:

Processing m5stickcplus (platform: espressif32; board: m5stick-c; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/m5stick-c.html PLATFORM: Espressif 32 (6.4.0) > M5Stick-C HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:

Environment Status Duration


m5stickcplus FAILED 00:00:10.894

The version downloaded on November 28, 2023 compiles correctly.

raomin commented 3 months ago

Sorry, I again forgot to align some new configuration element in the setup.h Please update and try again.

PiotrBeeScale commented 3 months ago

Thank you very much for your help, after updating setup.h everything works as it should.