Ikoka Stick: Board IDs, LED behavior

Updates the manufacturer identifier with the EBYTE module. Makes the LED
behave properly. Turns the bright blue LED off after the first time you
transmit anything via LoRa.
此提交包含在:
kelsey hudson
2025-08-27 00:37:16 -07:00
父節點 dedef49315
當前提交 2e2e677b0a
共有 3 個檔案被更改,包括 13 行新增2 行删除
+1 -1
查看文件
@@ -35,7 +35,7 @@ extern "C"
#define LED_GREEN (13)
#define LED_BLUE (12)
#define LED_STATE_ON (1) // State when LED is litted
#define LED_STATE_ON (0) // State when LED is litted
// Buttons
#define PIN_BUTTON1 (PINS_COUNT)