Closed DrTSwan closed 1 week 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.
Finally got it to compile but I think now the file that connects the pins in software to the physical pins isn't correct.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
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/