-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
i need help in arduinojson #1461
Comments
Hi, Please see the migration guide. Best regards, |
thanks for your replay , i maked it but , i have problem in the function ,it dont gave any errro , but dont make same function , it dont save the given input . this my code after replacement
} else { and this second part
} |
Hi @Mouka007, Did you solve your issue? Best regards, |
hello
I have problem when convert DynamicJsonBuffer in my code from arduinojson 5 to arduinojson 6 , i need to resolve it without install libraries to version 5.13 , i know there are way by replace DynamicJsonDocument , i am try more than one time but the code is not work , i need help to replace DynamicJsonDocument in my code instead of DynamicJsonBuffer.
this my code i need to convert it to DynamicJsonDocument , i will show the the two part in the code which i need to solve it , if anyone need to show the full code i will upload it
} else {
Serial.println("failed to mount FS");
}
and this the second part
}
The text was updated successfully, but these errors were encountered: