Skip to content

Commit

Permalink
Merge pull request #21 from groundlight/increase_query_array_size
Browse files Browse the repository at this point in the history
increase query array length
  • Loading branch information
max-at-groundlight authored Nov 17, 2023
2 parents 555d909 + 15494e4 commit 3721fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/groundlight/src/groundlight.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct detector
char type[40];
char created_at[60];
char name[40];
char query[40];
char query[200];
char group_name[40];
float confidence_threshold;
};
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lib_deps =
mobizt/ESP Mail Client@^3.1.11
ademuri/twilio-esp32-client@^0.1.0
build_flags =
'-D VERSION="0.3.0"'
'-D VERSION="0.3.1"'
board_build.partitions = no_ota.csv

[env:esp32cam]
Expand Down

0 comments on commit 3721fbf

Please sign in to comment.