ESP-IDF component for WiFi connection handling.
Go to file
Morgan Allen b2a6792610 use defines for event states
this was causing some wonky linking issue I could not figure

esp32-on-air/build/esp32-wifi-manager/libesp32-wifi-manager.a(esp32-wifi-manager.o):(.rodata.AP_AVAILABLE+0x0):
multiple definition of `AP_AVAILABLE'
esp32-on-air/build/main/libmain.a(main.o):(.rodata.AP_AVAILABLE+0x0):
first defined here
esp32-on-air/build/esp32-wifi-manager/libesp32-wifi-manager.a(esp32-wifi-manager.o):(.rodata.WIFI_CONNECTING+0x0):
multiple definition of `WIFI_CONNECTING'
esp32-on-air/build/main/libmain.a(main.o):(.rodata.WIFI_CONNECTING+0x0):
first defined here
esp32-on-air/build/esp32-wifi-manager/libesp32-wifi-manager.a(esp32-wifi-manager.o):(.rodata.WIFI_CONNECTED+0x0):
multiple definition of `WIFI_CONNECTED'
esp32-on-air/build/main/libmain.a(main.o):(.rodata.WIFI_CONNECTED+0x0):
first defined here
2018-09-03 20:31:32 -07:00
include use defines for event states 2018-09-03 20:31:32 -07:00
main make state bits available 2018-09-03 19:53:12 -07:00
test/wm-test-project sync up test project 2018-09-03 15:35:55 -07:00
Kconfig switched to nvs no longer need memory address 2018-09-03 15:34:16 -07:00
component.mk init skeleton commit 2018-09-02 17:10:41 -07:00