fixed dupe variable

pull/37/head
Benjamin Runnels 9 years ago
parent 38b0e2c03f
commit b8890e5aaf
  1. 1
      user/status.c

@ -23,7 +23,6 @@ static void ICACHE_FLASH_ATTR setLed(int on) {
} }
static uint8_t ledState = 0; static uint8_t ledState = 0;
static uint8_t wifiState = 0;
// Timer callback to update the LED // Timer callback to update the LED
static void ICACHE_FLASH_ATTR ledTimerCb(void *v) { static void ICACHE_FLASH_ATTR ledTimerCb(void *v) {

Loading…
Cancel
Save