esp-open-rtos/extras/wificfg
David Kozub 77b2b2306f extras/wificfg: make the default wifi options overridable
wificfg.c defines the default values for ssid, password and hostname. But
because these are not weak, trying to redefine these causes a link error.

This change marks the definitions in wificfg.c weak, thus making it
possible for a program using the wificfg component to redefine these w/o
having to touch wificfg.c.
2019-10-03 22:03:26 +02:00
..
content wificfg: remove the AP WEP mode option (#514) 2017-12-13 21:29:49 +05:00
component.mk Add Wificfg 2017-08-30 13:51:32 +10:00
wificfg.c extras/wificfg: make the default wifi options overridable 2019-10-03 22:03:26 +02:00
wificfg.h extras/wificfg: make sure wificfg.h #includes all necessary files 2019-10-03 21:17:45 +02:00