Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
sdkconfig: Remove rest of the references to WIFI_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
kedars committed Aug 16, 2017
1 parent 6405d6f commit 63c738d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions examples/bluetooth/gatt_client/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Override some defaults so BT stack is enabled
# and WiFi disabled by default in this example
# by default in this example
CONFIG_BT_ENABLED=y
CONFIG_WIFI_ENABLED=n
3 changes: 1 addition & 2 deletions examples/bluetooth/gatt_security_server/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Override some defaults so BT stack is enabled
# and WiFi disabled by default in this example
# by default in this example
CONFIG_BT_ENABLED=y
CONFIG_WIFI_ENABLED=n
3 changes: 1 addition & 2 deletions examples/bluetooth/gatt_server/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Override some defaults so BT stack is enabled
# and WiFi disabled by default in this example
# by default in this example
CONFIG_BT_ENABLED=y
CONFIG_WIFI_ENABLED=n
1 change: 0 additions & 1 deletion examples/ethernet/ethernet/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# CONFIG_WIFI_ENABLED is not set
CONFIG_ETHERNET=y
4 changes: 2 additions & 2 deletions examples/get-started/blink/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Disable WiFi stack by default
CONFIG_WIFI_ENABLED=n
#

1 change: 0 additions & 1 deletion tools/unit-test-app/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=0
# CONFIG_ESP32_XTAL_FREQ_26 is not set
CONFIG_ESP32_XTAL_FREQ_AUTO=y
CONFIG_ESP32_XTAL_FREQ=0
CONFIG_WIFI_ENABLED=y
CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10
CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=0
# CONFIG_ESP32_WIFI_STATIC_TX_BUFFER is not set
Expand Down

0 comments on commit 63c738d

Please sign in to comment.