mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
7 lines
204 B
C
7 lines
204 B
C
![]() |
#include "GpioLogic.h"
|
||
|
#include "configuration.h"
|
||
|
|
||
|
/**
|
||
|
* ledForceOn and ledForceOff both override the normal ledBlinker behavior (which is controlled by main)
|
||
|
*/
|
||
|
extern GpioVirtPin ledForceOn, ledBlink;
|