Get rid of unnecessary environment variables ESP_LINK_SSID and ESP_LINK_PASSWD.

pull/121/head
David Betz 9 years ago
parent fbfe0a39e9
commit 9aefc9ee6c
  1. 4
      Makefile

@ -19,8 +19,8 @@
# The Wifi station configuration can be hard-coded here, which makes esp-link come up in STA+AP # The Wifi station configuration can be hard-coded here, which makes esp-link come up in STA+AP
# mode trying to connect to the specified AP *only* if the flash wireless settings are empty! # mode trying to connect to the specified AP *only* if the flash wireless settings are empty!
# This happens on a full serial flash and avoids having to hunt for the AP... # This happens on a full serial flash and avoids having to hunt for the AP...
STA_SSID ?= $(ESP_LINK_SSID) STA_SSID ?=
STA_PASS ?= $(ESP_LINK_PASSWD) STA_PASS ?=
# The SOFTAP configuration can be hard-coded here, the minimum parameters to set are AP_SSID && AP_PASS # The SOFTAP configuration can be hard-coded here, the minimum parameters to set are AP_SSID && AP_PASS
# The AP SSID has to be at least 8 characters long, same for AP PASSWORD # The AP SSID has to be at least 8 characters long, same for AP PASSWORD

Loading…
Cancel
Save