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.
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:
EDIT: In platformio_override.ini you have to comment out tasmot and uncomment out tasmot32.
Code: Arduino
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
EDIT: In platformio_override.ini you have to comment out tasmot and uncomment out tasmot32.