Skip to content

Fix for compatibility with arduinojson 6200 #2373

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

Merged
merged 1 commit into from
Jan 2, 2023
Merged

Fix for compatibility with arduinojson 6200 #2373

merged 1 commit into from
Jan 2, 2023

Conversation

jepler
Copy link
Contributor

@jepler jepler commented Jan 2, 2023

I noticed a failure during the overnight build. It seems that is<char *> was deprecated and now removed. is<const char *> seems to be the new way. Only compile-tested. See https://arduinojson.org/v6/api/jsonvariant/is/

`is<char *>` was deprecated and now removed. `is<const char *>` seems to
be the new way. Only compile-tested.
@dhalbert
Copy link
Contributor

dhalbert commented Jan 2, 2023

@PaintYourDragon -- asking for your review mostly to alert you to this.

@TheKitty TheKitty merged commit 3b4378c into main Jan 2, 2023
@TheKitty
Copy link
Collaborator

TheKitty commented Jan 2, 2023

shoot, sorry Dan

@dhalbert dhalbert deleted the fix-m4eyes branch January 2, 2023 14:44
@dhalbert
Copy link
Contributor

dhalbert commented Jan 2, 2023

@TheKitty: np, @PaintYourDragon will still see the notification email.

@PaintYourDragon
Copy link
Contributor

Noted. Thank you!

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

Successfully merging this pull request may close these issues.

4 participants