Testting with ESP32 DEVKITv1 getting error class "Mycila::JSY::Data" has no member "toJson" #39
Replies: 3 comments 1 reply
-
|
for JSON support, add compiler flag or #define: MYCILA_JSON_SUPPORT |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks for you response.. SKETCH: #define MYCILA_JSON_SUPPORT void setup() { void loop() { ERRORS _ PlatformIO: |
Beta Was this translation helpful? Give feedback.
-
|
@AAKFISHERMANN : this is a project setup issue. Look at the examples in the project and the platformio.ini file. If you want json support, then add ArduinoJson and compile flag. Json support is optional. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using the READ.INO example on the VSCODE platform, the error always occurs when compiling... class "Mycila::JSY::Data" has no member "toJson"
Beta Was this translation helpful? Give feedback.
All reactions