mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-22 18:16:10 +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(
|
idf_component_register(
|
||||||
SRCS
|
SRCS
|
||||||
"espidf-v4.0.c"
|
"espidf-v4.1.c"
|
||||||
INCLUDE_DIRS "."
|
INCLUDE_DIRS "."
|
||||||
PRIV_REQUIRES
|
PRIV_REQUIRES
|
||||||
esp_wifi
|
esp_wifi
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#ifdef FRAMEWORK_espidf
|
|
||||||
// Copyright 2020 Lukas Haubaum
|
|
||||||
//
|
//
|
||||||
// Licensed under the GNU Affero General Public License, Version 3;
|
// Licensed under the GNU Affero General Public License, Version 3;
|
||||||
// you may not use this file except in compliance with the License.
|
// 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;
|
return NULL;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#ifdef FRAMEWORK_espidf
|
|
||||||
// Copyright 2020 Lukas Haubaum
|
// Copyright 2020 Lukas Haubaum
|
||||||
//
|
//
|
||||||
// Licensed under the GNU Affero General Public License, Version 3;
|
// Licensed under the GNU Affero General Public License, Version 3;
|
||||||
@ -184,4 +183,3 @@ wifi_ap_record_t *wifi_controller_connection(void)
|
|||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
@ -1,3 +1 @@
|
|||||||
#ifdef FRAMEWORK_zephyr
|
|
||||||
#error WIFI not implemented, yet
|
#error WIFI not implemented, yet
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user