Skip to content

Commit

Permalink
v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 25, 2024
1 parent 3bd54d7 commit fc4b2ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.9)
project(iesp)

add_compile_options(-Wall -pedantic -D_FILE_OFFSET_BITS=64) # -Wextra -fanalyzer
#add_compile_options(-fsanitize=address,undefined -O0 -fno-inline)
add_compile_options(-Wall -pedantic -D_FILE_OFFSET_BITS=64) # -D_GLIBCXX_DEBUG -Wextra -fanalyzer
#add_compile_options(-fsanitize=address,undefined)
#add_compile_options(--coverage -O0 -fno-inline)
#add_compile_options(-fno-inline)

SET(VERSION "2.0")
SET(VERSION "2.1")

add_definitions(-DVERSION=\"${VERSION}\")

Expand Down
10 changes: 5 additions & 5 deletions microcontrollers/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lib_deps = greiman/SdFat@^2.2.2
bblanchon/ArduinoJson@^6.19.4
sstaub/NTP@^1.6
robtillaart/TM1637_RT@^0.4.0
build_flags = -std=gnu++17 -O2 -D WEMOS32 -DVERSION=\"2.0\"
build_flags = -std=gnu++17 -O2 -D WEMOS32 -DVERSION=\"2.1\"
lib_ldf_mode = deep+
build_unflags = -std=gnu++11 -Os
extra_scripts = pre:prepare.py
Expand All @@ -36,7 +36,7 @@ lib_deps = greiman/SdFat@^2.2.2
sstaub/NTP@^1.6
tobozo/ESP32-ENC28J60@^1.0.1
robtillaart/TM1637_RT@^0.4.0
build_flags = -std=gnu++17 -O2 -D WEMOS32_ETH -DVERSION=\"2.0\"
build_flags = -std=gnu++17 -O2 -D WEMOS32_ETH -DVERSION=\"2.1\"
lib_ldf_mode = deep+
build_unflags = -std=gnu++11 -Os
extra_scripts = pre:prepare.py
Expand All @@ -58,7 +58,7 @@ build_src_filter = -<com-arduino.cpp>
lib_deps = greiman/SdFat@^2.2.2
bblanchon/ArduinoJson@^6.19.4
sstaub/NTP@^1.6
build_flags = -std=gnu++17 -O2 -DVERSION=\"2.0\"
build_flags = -std=gnu++17 -O2 -DVERSION=\"2.1\"
lib_ldf_mode = deep+
build_unflags = -std=gnu++11 -Os
extra_scripts = pre:prepare.py
Expand All @@ -75,7 +75,7 @@ board_build.filesystem = littlefs
lib_deps = greiman/SdFat@^2.2.2
bblanchon/ArduinoJson@^6.19.4
sstaub/NTP@^1.6
build_flags = -std=gnu++17 -O2 -D CONFIG_ETH_ENABLED -D WT_ETH01 -DVERSION=\"2.0\"
build_flags = -std=gnu++17 -O2 -D CONFIG_ETH_ENABLED -D WT_ETH01 -DVERSION=\"2.1\"
lib_ldf_mode = deep+
build_unflags = -std=gnu++11 -Os
extra_scripts = pre:prepare.py
Expand All @@ -95,7 +95,7 @@ lib_deps = bblanchon/ArduinoJson@^6.19.4
sstaub/NTP@^1.6
https://github.com/ssilverman/QNEthernet
robtillaart/TM1637_RT@^0.4.0
build_flags = -std=gnu++17 -D TEENSY_OPT_FASTER_LTO -D TEENSY4_1 -DVERSION=\"2.0\"
build_flags = -std=gnu++17 -D TEENSY_OPT_FASTER_LTO -D TEENSY4_1 -DVERSION=\"2.1\"
#lib_ldf_mode = deep+
extra_scripts = pre:prepare.py
build_unflags = -std=gnu++14

0 comments on commit fc4b2ce

Please sign in to comment.