Refactor serial bridge handling

This commit is contained in:
João Brázio 2025-07-09 11:03:35 +01:00
parent 97b51900f8
commit 04042e3ca0
No known key found for this signature in database
GPG key ID: 56A1490716A324DD
5 changed files with 147 additions and 93 deletions

View file

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