Skip to content

Commit

Permalink
fix status buffer overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 committed Sep 27, 2024
1 parent d0bfb5d commit ef8c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbg_program/_wifi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const unsigned long signalLossTimeout = 1100;
IPAddress apIP(10, 0, 0, 1);
WebServer webServer(80);

char statusBuffer[20];
char statusBuffer[40];

void setupWifi() {
WiFi.mode(WIFI_AP);
Expand Down

0 comments on commit ef8c634

Please sign in to comment.