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

Migrate to ArduinoJson version 6 #622

Merged
merged 1 commit into from
Oct 1, 2019

Commits on Aug 28, 2019

  1. Migrate to ArduinoJson version 6

    * Migrate the code from ArduinoJson v5 to v6
    * Resolve memory allocation issues resulting from the migration
    * Reduce unnecessary copying of some JSON related strings
    * Change to StaticJsonBuffer if possible
    * Use C++ casts instead of C-style casts
    * Remove unnecessary comments
    * Serialize JsonDocument instead of JsonObject
    mkfrey committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1491400 View commit details
    Browse the repository at this point in the history