// Copyright 2015 by Thorsten von Eicken, see LICENSE.txt #include #include #include static ETSTimer serledTimer; static void ICACHE_FLASH_ATTR setSerled(int on) { int8_t pin = flashConfig.ser_led_pin; if (pin < 0) return; // disabled // LED is active-low if (on) { gpio_output_set(0, (1<= 0) { makeGpio(pin); gpio_output_set(0, 0, (1<