Board to PC

This commit is contained in:
2025-07-12 14:13:11 -04:00
parent c57fbd53e7
commit ab277d05a0
9 changed files with 139 additions and 686 deletions

View File

@@ -28,6 +28,8 @@ public:
[[noreturn]] static void router_thread(void *args);
int send_msg(char* buffer, size_t length) const;
// todo: does this really need to be here (so i can access from thread)?
QueueHandle_t m_tcp_rx_queue;
std::function<void(char*, int)> m_rx_callback;