File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ build_flags =
230230 -D ' USERPREFS_CHANNEL_0_DOWNLINK_ENABLED="false"'
231231
232232 ; MQTT Configuration
233- -D ' USERPREFS_MQTT_ENABLED="1" '
233+ -D ' USERPREFS_MQTT_ENABLED=1 '
234234 -D ' USERPREFS_MQTT_ADDRESS="mqtt.csramsh.net"'
235235 -D ' USERPREFS_MQTT_USERNAME="csramsh"'
236236 -D ' USERPREFS_MQTT_PASSWORD="csramsh"'
@@ -287,7 +287,7 @@ build_flags =
287287 -D ' USERPREFS_CHANNEL_1_DOWNLINK_ENABLED="false"'
288288
289289 ; MQTT Configuration
290- -D ' USERPREFS_MQTT_ENABLED="1" '
290+ -D ' USERPREFS_MQTT_ENABLED=1 '
291291 -D ' USERPREFS_MQTT_ADDRESS="mqtt.csramsh.net"'
292292 -D ' USERPREFS_MQTT_USERNAME="meshdev"'
293293 -D ' USERPREFS_MQTT_PASSWORD="large4cats"'
@@ -326,4 +326,4 @@ build_flags = ${env:heltec-mesh-node-t114.build_flags} ${arr_base.build_flags}
326326
327327[env:t-echo_arr]
328328extends = env:t-echo, arr_base
329- build_flags = ${env:t-echo.build_flags} ${arr_base.build_flags}
329+ build_flags = ${env:t-echo.build_flags} ${arr_base.build_flags}
You can’t perform that action at this time.
0 commit comments