mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-22 10:06:11 +01:00
use components/wifi-controller/espidf-v4.1.c
This commit is contained in:
parent
90afad2666
commit
a9290385ab
@ -1,6 +1,6 @@
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"espidf-v4.0.c"
|
||||
"espidf-v4.1.c"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES
|
||||
esp_wifi
|
||||
|
@ -1,5 +1,3 @@
|
||||
#ifdef FRAMEWORK_espidf
|
||||
// Copyright 2020 Lukas Haubaum
|
||||
//
|
||||
// Licensed under the GNU Affero General Public License, Version 3;
|
||||
// you may not use this file except in compliance with the License.
|
||||
@ -176,4 +174,3 @@ wifi_ap_record_t *wifi_controller_connection(void)
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
@ -1,4 +1,3 @@
|
||||
#ifdef FRAMEWORK_espidf
|
||||
// Copyright 2020 Lukas Haubaum
|
||||
//
|
||||
// Licensed under the GNU Affero General Public License, Version 3;
|
||||
@ -184,4 +183,3 @@ wifi_ap_record_t *wifi_controller_connection(void)
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
@ -1,3 +1 @@
|
||||
#ifdef FRAMEWORK_zephyr
|
||||
#error WIFI not implemented, yet
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user