Closed vschlegel closed 2 years ago
This error was introduced by ArduinoJson since v6.17.0
This update added a build failure when nullptr
is defined as a macro.
Until HelTecAutomation patch the Arduino framework themself (could take a while) you can try removing the macro yourself.
You'll find if on the following file
and remove the line 58 #define nullptr NULL
You can also remove the null pointer definition check inside ArduinoJson.
When trying to compile the LoRaWan_CayenneLPP Example, Arduino IDE will report the following error:
This is probably connected to https://github.com/bblanchon/ArduinoJson/issues/1355 but i have no idea how to fix this.
Versions i use: