/* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * Jeroen Domburg wrote this file. As long as you retain * this notice you can do whatever you want with this stuff. If we meet some day, * and you think this stuff is worth it, you can buy me a beer in return. * ---------------------------------------------------------------------------- */ #include #define LEDGPIO 2 #define BTNGPIO 0 static bool enable_ap_button = false; static ETSTimer resetBtntimer; void ICACHE_FLASH_ATTR ioLed(int ena) { //gpio_output_set is overkill. ToDo: use better mactos if (ena) { gpio_output_set((1<=6) { //3 sec pressed wifi_station_disconnect(); wifi_set_opmode(STATIONAP_MODE); //reset to AP+STA mode info("Reset to AP mode from GPIO0, Restarting system..."); system_restart(); } resetCnt=0; } } void ICACHE_FLASH_ATTR ioInit() { PIN_FUNC_SELECT(PERIPHS_IO_MUX_GPIO2_U, FUNC_GPIO2); PIN_FUNC_SELECT(PERIPHS_IO_MUX_GPIO0_U, FUNC_GPIO0); gpio_output_set(0, 0, (1<