Refactor bridge implementations to inherit from BridgeBase

This commit is contained in:
João Brázio 2025-09-08 02:03:08 +01:00
parent 537449e6af
commit 0051ccef26
No known key found for this signature in database
GPG key ID: 56A1490716A324DD
7 changed files with 282 additions and 155 deletions

View file

@ -47,6 +47,7 @@ build_src_filter =
+<*.cpp>
+<helpers/*.cpp>
+<helpers/radiolib/*.cpp>
+<helpers/bridges/BridgeBase.cpp>
+<helpers/ui/MomentaryButton.cpp>
; ----------------- ESP32 ---------------------