Explorar o código

digital write syntax fix

Steve Borenstein %!s(int64=3) %!d(string=hai) anos
pai
achega
7e9bed3f42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      RemoteIDModule/RemoteIDModule.ino

+ 1 - 1
RemoteIDModule/RemoteIDModule.ino

@@ -259,7 +259,7 @@ void set_output_led(uint32_t _now) {
     }
 #else
     // Default LED Behavior
-    digitalWrite(arm_check_ok?!STATUS_LED_ON:STATUS_LED_ON);
+    digitalWrite(PIN_STATUS_LED,arm_check_ok?!STATUS_LED_ON:STATUS_LED_ON);
 #endif // LED_MODE_FLASH
 #endif // PIN_STATUS_LED
 }