@teastain2 So I was able to compile. fix was to use https://github.com/bblanchon/ArduinoJson/tree/6.x Version: 6.17.3
Best posts made by jimbrown.net
-
RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project
Latest posts made by jimbrown.net
-
LilyGo T5-4.7 Inch S3 E-Paper - Arduino ino UI display emulator
Is there a emulator? I would like to know the best way to rearrange layout or manipulate UI.
-
RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project
@teastain2 So I was able to compile. fix was to use https://github.com/bblanchon/ArduinoJson/tree/6.x Version: 6.17.3
-
RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project
@teastain2 Changed to #include "ArduinoJson.h" // https://github.com/bblanchon/ArduinoJson
Still get the same error
convertFromJson(src, result); // Error here? See https://arduinojson.org/v7/unsupported-as/
Please Advise
-
RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project
@teastain2 what about the following error: https://arduinojson.org/v7/unsupported-as/
-
RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project
@teastain2 Thank you, I included that one only and get this error: Compilation error: 'DynamicJsonDocument' was not declared in this scope
//#include <ArduinoJson.h> // https://github.com/bblanchon/ArduinoJson #include <Arduino_JSON.h> // In-built
Thoughts? I just used this github project: https://github.com/Xinyuan-LilyGO/LilyGo-EPD-4-7-OWM-Weather-Display from LilyGo
-
RE: LilyGo T5-4.7 Inch S3 E-Paper - github Weather project
@teastain2 Tried 2.0.15 I get the following error: https://arduinojson.org/v7/unsupported-as/
I also tried 2.0.17 same error.
-
LilyGo T5-4.7 Inch S3 E-Paper - github Weather project
So I just bought your LilyGo T5-4.7 Inch S3 E-Paper and am unable to comunicate to the device. Don't know if it's your project or device. Please Advise...
I am using your project as a sample Xinyuan-LilyGO/LilyGo-EPD-4-7-OWM-Weather-Display: Using the LilyGo EPD 4.7" display to show OWM Weather Data (github.com)
I have Installed the espressif/arduino-esp32 version 3.0.1 ESP32 Dev Module https://github.com/Xinyuan-LilyGO/LilyGo-EPD47 and https://github.com/bblanchon/ArduinoJson
I get the following error compiling: "Compilation error: 'class WiFiClass' has no member named 'setAutoConnect'; did you mean 'setAutoReconnect'?"
Also this error if I comit out the above I get: "Compilation error: invalid conversion from 'int*' to 'int32_t*' {aka 'long int*'} [-fpermissive]"