]> granicus.if.org Git - esp-idf/commitdiff
ethernet example: Disable WiFi, enable Ethernet in default config
authorAngus Gratton <angus@espressif.com>
Fri, 24 Feb 2017 03:56:29 +0000 (14:56 +1100)
committerAngus Gratton <angus@espressif.com>
Fri, 24 Feb 2017 03:56:29 +0000 (14:56 +1100)
Ref: https://esp32.com/viewtopic.php?f=2&t=1249

examples/ethernet/ethernet/sdkconfig.defaults [new file with mode: 0644]

diff --git a/examples/ethernet/ethernet/sdkconfig.defaults b/examples/ethernet/ethernet/sdkconfig.defaults
new file mode 100644 (file)
index 0000000..b4f4c3c
--- /dev/null
@@ -0,0 +1,2 @@
+# CONFIG_WIFI_ENABLED is not set
+CONFIG_ETHERNET=y