arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.04k stars 4.78k forks source link

Compiling tasmota32 fails #21371

Closed helmar74 closed 5 months ago

helmar74 commented 5 months ago

PROBLEM DESCRIPTION

Hi, I want to compile the current development version (13.4.1.2) for a tasmota32 device. I changed user_config_override (see attached file inside zip). I'm able to compile esp8266 firmware, but esp32 fails with:

*** [.pio\build\tasmota32\src\tasmota.ino.cpp.o] Error 1

Has anyone an idea, which entry in user_config_override.h causes the issue for esp32?

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

Steps to reproduce the behavior:

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed) user_config_override.zip