From e97b38ae679b19daab5b4f1d9ae046a5a29652d7 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Thu, 3 Dec 2015 22:45:53 -0800 Subject: [PATCH] re-insert fixed STA config into Makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index e235338..13089b6 100644 --- a/Makefile +++ b/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.