mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-27 10:40:45 +00:00
Heap memory improvements
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "Arduino.h"
|
||||
|
||||
#if defined(ESP8266)
|
||||
#define BUF_SIZE_COMMON 1024
|
||||
#define BUF_SIZE_COMMON 2048
|
||||
#else
|
||||
#define BUF_SIZE_COMMON 4096
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user