Update aa.ino
This commit is contained in:
5
aa.ino
5
aa.ino
@@ -40,6 +40,11 @@
|
||||
#define FILE_BUFFER_SIZE 131072 // 128KB (PSRAM)
|
||||
#define SERIAL_CSV_BUFFER_SIZE 65536 // 64KB (PSRAM)
|
||||
|
||||
// webUpdateTask에서 전송
|
||||
doc["psramFree"] = ESP.getFreePsram(); // ← 추가
|
||||
doc["serialQueueUsed"] = uxQueueMessagesWaiting(serialQueue); // ← 추가
|
||||
doc["serialQueueSize"] = SERIAL_QUEUE_SIZE; // ← 추가
|
||||
|
||||
// 기타 상수
|
||||
#define MAX_FILENAME_LEN 64
|
||||
#define RECENT_MSG_COUNT 100
|
||||
|
||||
Reference in New Issue
Block a user