Skip to content

Commit

Permalink
Send only 1 saved message for maximum security
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-lacool authored and 3rwww1 committed Mar 7, 2018
1 parent 0dd96bc commit 453225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoolFileSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ int CoolFileSystem::isDataSaved() {
* lines left
*/
String *CoolFileSystem::getSensorSavedData(int &lines) {
int maxString = 50;
int maxString = 1;
String *sensorsDataArray = new String[maxString];
lines = 0;

Expand Down

0 comments on commit 453225f

Please sign in to comment.