Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weather Station Example does not work #110

Open
DrTSwan opened this issue Jan 29, 2024 · 3 comments
Open

Weather Station Example does not work #110

DrTSwan opened this issue Jan 29, 2024 · 3 comments

Comments

@DrTSwan
Copy link

DrTSwan commented Jan 29, 2024

No description provided.

@DrTSwan
Copy link
Author

DrTSwan commented Jan 29, 2024

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
Copy link

G6EJD commented Jan 30, 2024

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
Copy link
Author

DrTSwan commented Jan 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants