Serial bridge implementation

This commit is contained in:
João Brázio 2025-06-27 19:55:17 +01:00
parent ba34cff4d4
commit 4b70ee863d
No known key found for this signature in database
GPG key ID: 56A1490716A324DD
8 changed files with 422 additions and 5 deletions

View file

@ -32,6 +32,7 @@ build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1 -DRADIOLIB_GODMODE=1
build_src_filter =
+<*.cpp>
+<helpers/*.cpp>
+<bridge/**/*.cpp>
; ----------------- ESP32 ---------------------