vbandke

Results 7 comments of vbandke

Same error here. If I edit eztime.h and move line 4. #ifdef __cplusplus down to line 29, I.e. just before the „ Warranty void“ line, everything’s works out perfectly. I...

No, nothing was commented out. When the #ifdef __cplusplus is moved downwards, then the EEPROM.h file gets included nicely, and the Timezone.cpp program compiles and runs nicely.

Ha, one more info - while I am experiencing the same symptoms, the error is actually not quite the same: I am using a Heltec Lora ESP32 board.

A follow-up: the same issue occurs when I build for an Arduino Uno, in other words, the issue seems to be independent of the board that is configured With best...

Well, I am flabbergasted as well. Maybe it is an issue with PlatformIO, who knows? I‘ll open an issue there as well

I opened an issue at Platformio: [https://github.com/platformio/platformio-vscode-ide/issues/1482](https://github.com/platformio/platformio-vscode-ide/issues/1482) BTW, no issue here when using the Arduino IDE

Thanks for taking the time responding so quickly. As these warnings are not showstoppers in any way, don‘t spend too much time investigating. As of the redefines - can‘t those...