فهرست منبع

fixed LED init

Andrew Tridgell 3 سال پیش
والد
کامیت
1dc25194d8
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      RemoteIDModule/led.cpp

+ 2 - 0
RemoteIDModule/led.cpp

@@ -21,6 +21,8 @@ void Led::init(void)
 
 void Led::update(void)
 {
+    init();
+
     const uint32_t now_ms = millis();
 
 #ifdef PIN_STATUS_LED