Browse Source

* various repeaters: fix for missing MomentaryButton module

Scott Powell 11 tháng trước cách đây
mục cha
commit
a9d4cf1d21
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      platformio.ini

+ 1 - 0
platformio.ini

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