logo elektroda
logo elektroda
X
logo elektroda

[Solved] Compiling Tasmota with RTC Support on ESP32 Wemos D1 Mini Using PlatformIO

bb84 774 1
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 20758199
    bb84
    Level 21  
    I have a problem creating a tasmota image to which I need to add the user_config_override.h file to enable RTC support for the DS3231.

    Code: Arduino
    Log in, to see the code


    I have downloaded the master branch source code from this site: https://tasmota.github.io/docs/Compile-your-build/
    and am trying to upload it using platformio. In the project wizard I have tried to select both wemos d1 mini esp32 and espressif esp32 dev module. The problem is that leaving board = esp8266_1M in the platformio.ini file compiles but won't upload due to the different board selected in project wizard, while changing to board = esp32 doesn't compile/triggers errors. What am I doing wrong ? how should the configuration look like under ESP32 Wemos D1 Mini ?

    EDIT: I tried uncommenting tasmot32 in the platformio_override.ini file, but I get the following error:

    Code: Arduino
    Log in, to see the code


    EDIT: In platformio_override.ini you have to comment out tasmot and uncomment out tasmot32.
    Do you have a problem with Arduino? Ask question. Visit our forum Arduino.
  • ADVERTISEMENT
  • #2 20758826
    bb84
    Level 21  
    In the platform_override.ini, comment out tasmot and uncomment out tasmot32.
ADVERTISEMENT