Code: Select all
...
static int year;
static int weekday;
static IPAddress ip;
static char charbuff[32];
static char filbuff1[86410];
static char filbuff2[86410];
int pointer;
...
The compiler reports:
Code: Select all
Sketch uses 519034 bytes (39%) of program storage space. Maximum is 1310720 bytes.
Global variables use 37592 bytes (12%) of dynamic memory, leaving 257320 bytes for local variables. Maximum is 294912 bytes.
D:\Users\Michel Firholz\My Documents\Arduino\hardware\espressif\esp32/tools/esptool.exe --chip esp32 --port COM7 --baud 921600
Where are my char arrays supposed to be stored?