led_builtin_255_by_default
This commit is contained in:
@@ -31,7 +31,7 @@ extern __attribute__((weak)) void yoradio_on_setup();
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
if(LED_BUILTIN!=255) pinMode(LED_BUILTIN, OUTPUT);
|
||||
if (yoradio_on_setup) yoradio_on_setup();
|
||||
config.init();
|
||||
display.init();
|
||||
|
||||
Reference in New Issue
Block a user