Xinyuan-LilyGO / LilyGo-EPD47

GNU General Public License v3.0
379 stars 119 forks source link

Weather Station Example does not work #110

Open DrTSwan opened 5 months ago

DrTSwan commented 5 months ago

I am Using PlatformIO and seem to be getting a lot of errors. any help is appreciated.

some of the errors are below.

src/ArduinoJson/Variant/ConverterImpl.hpp:35:19: error: static assertion failed: type 'char' is not supported, use 'const char' instead

/ArduinoJson/Variant/ConverterImpl.hpp:264:13: note: conversion of argument 2 would be ill-formed: src/ArduinoJson/Variant/ConverterImpl.hpp:40:26: error: cannot bind non-const lvalue reference of type 'String&' to an rvalue of type 'String' convertFromJson(src, result); // Error here? See https://arduinojson.org/v7/unsupported-as/

G6EJD commented 5 months ago

Because this code was the subject of my copyright, you will find that many aspects are incorrect - so good luck in getting this version to operate correctly.

DrTSwan commented 5 months ago

Finally got it to compile but I think now the file that connects the pins in software to the physical pins isn't correct.