Skip to content

Commit

Permalink
remove unused buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
vnau committed Nov 13, 2024
1 parent cca47e2 commit e4428d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Config config = {};
// json with fritzbox smart home control settings
unsigned long fritzSmartHomeControlLastRefreshMillis = 0;

char buffer[5 * 4 * 2 * 60 * 24 / 5] = {};
//char buffer[5 * 4 * 2 * 60 * 24 / 5] = {}; // overflowed by 1136 bytes

static int sensorsCount = 0;
static Sensor *sensors[MAX_SENSORS_COUNT] = {};
Expand Down

0 comments on commit e4428d6

Please sign in to comment.