Skip to content

Commit

Permalink
Change json size again
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPucheu committed Feb 6, 2023
1 parent bba90d7 commit 1fa1f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class Bluetooth
void println(String data = "");
String message;
Stream *serial;
StaticJsonDocument<256> json;
StaticJsonDocument<300> json;
DeserializationError lastError;
};

0 comments on commit 1fa1f06

Please sign in to comment.