Skip to content

Commit

Permalink
platformio.ini: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsullivan committed Nov 2, 2024
1 parent ae21985 commit bd9d926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build_unflags =
build_flags =
-std=gnu++17
-DNO_GLOBAL_EEPROM
-DNOISEMETER_VERSION=\"0.2.2\"
-DNOISEMETER_VERSION=\"0.2.2\"
-Wall -Wextra

# Optional build flags:
Expand All @@ -47,3 +47,4 @@ build_flags = ${env.build_flags} -DBOARD_ESP32_PCB
[env:esp32-breadboard]
board = upesy_wroom
build_flags = ${env.build_flags} -DBOARD_ESP32_BREADBOARD

0 comments on commit bd9d926

Please sign in to comment.