mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Remove old method to compile, all is now Common Image
This commit is contained in:
parent
ee4b14c770
commit
7ee0eb5e88
53 changed files with 12 additions and 361 deletions
|
@ -12,17 +12,7 @@ const bool wifi_enabled_default = false;
|
|||
|
||||
bool wifi_enabled = wifi_enabled_default;
|
||||
|
||||
#ifdef COMMON_IMAGE
|
||||
const bool wifiap_enabled_default = true;
|
||||
#else
|
||||
#ifdef WIFIAP
|
||||
const bool wifiap_enabled_default = true;
|
||||
#else
|
||||
const bool wifiap_enabled_default = false;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
bool wifiap_enabled = wifiap_enabled_default;
|
||||
bool wifiap_enabled = true; //Old method was with ifdef
|
||||
|
||||
#ifdef MDNSRESPONDER
|
||||
const bool mdns_enabled_default = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue