Skip to content

Commit

Permalink
Change the json size
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPucheu committed Jan 27, 2023
1 parent d6ee394 commit bba90d7
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<200> json;
StaticJsonDocument<256> json;
DeserializationError lastError;
};

0 comments on commit bba90d7

Please sign in to comment.