re-insert fixed STA config into Makefile

pull/91/head
Thorsten von Eicken 9 years ago
parent 91b35f3488
commit e97b38ae67
  1. 6
      Makefile

@ -15,6 +15,12 @@
# Original from esphttpd and others...
# VERBOSE=1
# 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!
# This happens on a full serial flash and avoids having to hunt for the AP...
# STA_SSID ?=
# STA_PASS ?=
# --------------- toolchain configuration ---------------
# Base directory for the compiler. Needs a / at the end.

Loading…
Cancel
Save