Add PSRAM

This commit is contained in:
2025-07-08 03:34:27 -04:00
parent 9987a63af5
commit 885f31aeb2
9 changed files with 135 additions and 79 deletions

View File

@@ -8,6 +8,9 @@
#include <functional>
#include <memory>
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
#include "TCPServer.h"
#include "constants/tcp.h"
#include "constants/app_comms.h"