Stairs/platformio-buildflags.bat
Mark van Renswoude 6cc2b5de02 Build-time detection of secret.h
Added geocode call to devserver and fixed frontend implementation
2018-01-08 16:27:36 +01:00

7 lines
107 B
Batchfile

@Echo Off
echo -DASYNC_TCP_SSL_ENABLED=1
if exist src\secret.h (
echo -DSecretsPresent=1
)
echo -D