Major wip refactor

Allow running without gui
Remove serialPortMultiplexer broadcast use
Add TcpServer and TcpClient
Introduce the concept of an item source
This commit is contained in:
Carl Philipp Klemm 2026-03-01 14:39:27 +01:00
parent cbeb8d49a7
commit 6d742e60db
38 changed files with 928 additions and 825 deletions

3
src/programmode.cpp Normal file
View file

@ -0,0 +1,3 @@
#include "programmode.h"
program_mode_t programMode = PROGRAM_MODE_PRIMARY;