Stairs/platformio-buildflags.bat

9 lines
177 B
Batchfile

@Echo Off
REM Enable this line if you're not using MapsAPIViaProxyScript
REM echo -DASYNC_TCP_SSL_ENABLED=1
if exist src\secret.h (
echo -DSecretsPresent=1
)
echo -D