Die Suche ergab 4 Treffer

von oyvind
Dienstag 4. März 2025, 20:24
Forum: Automatisierung
Thema: MQTTDevice Version 2 & Platine
Antworten: 727
Zugriffe: 129873

Re: MQTTDevice Version 2 & Platine

Get same errors. Flashed with flashen.cmd script, works fine 👍
von oyvind
Dienstag 4. März 2025, 18:05
Forum: Automatisierung
Thema: MQTTDevice Version 2 & Platine
Antworten: 727
Zugriffe: 129873

Re: MQTTDevice Version 2 & Platine

yes should be identical platformio.io, git cloned from https://github.com/InnuendoPi/MQTTDevice32pIO

Library Manager: [email protected] has been installed!
von oyvind
Dienstag 4. März 2025, 17:50
Forum: Automatisierung
Thema: MQTTDevice Version 2 & Platine
Antworten: 727
Zugriffe: 129873

Re: MQTTDevice Version 2 & Platine

I get same errors after full clean. tried manually deleting .pio, .vscode and build, no luck. libs get installed like you posted, but errors when compiling onewire lib
von oyvind
Montag 3. März 2025, 19:34
Forum: Automatisierung
Thema: MQTTDevice Version 2 & Platine
Antworten: 727
Zugriffe: 129873

Re: MQTTDevice Version 2 & Platine

Hello,
I am getting alot of errors when trying to build in platformio.

.pio/libdeps/ESP32_IDF5/OneWire/OneWire.cpp:599:22: warning: extra tokens at end of #undef directive
599 | # undef noInterrupts() {portMUX_TYPE mux = portMUX_INITIALIZER_UNLOCKED;portENTER_CRITICAL(&mux)
| ^
.pio/libdeps/ESP32 ...