Skip to content

Commit

Permalink
v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Nov 3, 2024
1 parent 2496971 commit 5c0021c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_compile_options(-Wall -pedantic -D_FILE_OFFSET_BITS=64) # -D_GLIBCXX_DEBUG
#add_compile_options(--coverage -O0 -fno-inline)
#add_compile_options(-fno-inline)

SET(VERSION "2.1")
SET(VERSION "2.2")

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

Expand Down
2 changes: 1 addition & 1 deletion microcontrollers/RP2040W/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ board = rpipicow
framework = arduino
lib_deps = carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico
extra_scripts = pre:prepare.py
build_flags = -DRP2040W=1 -DPIO_FRAMEWORK_ARDUINO_ENABLE_EXCEPTIONS -DARDUINO_RASPBERRY_PI_PICO_W -DPICO_STDIO_USB=1 -DVERSION=\"2.1\"
build_flags = -DRP2040W=1 -DPIO_FRAMEWORK_ARDUINO_ENABLE_EXCEPTIONS -DARDUINO_RASPBERRY_PI_PICO_W -DPICO_STDIO_USB=1 -DVERSION=\"2.2\"
8 changes: 4 additions & 4 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.1\"
build_flags = -std=gnu++17 -O2 -D WEMOS32 -DVERSION=\"2.2\"
lib_ldf_mode = deep+
build_unflags = -std=gnu++11 -Os
extra_scripts = pre:prepare.py
Expand All @@ -37,7 +37,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.1\"
build_flags = -std=gnu++17 -O2 -D WEMOS32_ETH -DVERSION=\"2.2\"
lib_ldf_mode = deep+
build_unflags = -std=gnu++11 -Os
extra_scripts = pre:prepare.py
Expand All @@ -53,7 +53,7 @@ board_build.filesystem = littlefs
lib_deps = greiman/SdFat
bblanchon/ArduinoJson
sstaub/NTP
build_flags = -D CONFIG_ETH_ENABLED -D WT_ETH01 -DVERSION=\"2.1\"
build_flags = -D CONFIG_ETH_ENABLED -D WT_ETH01 -DVERSION=\"2.2\"
lib_ldf_mode = deep+
extra_scripts = pre:prepare.py

Expand All @@ -72,7 +72,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.1\"
build_flags = -std=gnu++17 -D TEENSY_OPT_FASTER_LTO -D TEENSY4_1 -DVERSION=\"2.2\"
#lib_ldf_mode = deep+
extra_scripts = pre:prepare.py
build_unflags = -std=gnu++14

0 comments on commit 5c0021c

Please sign in to comment.