From 79c30ec5162eded925302df7e37fbf15b9674f92 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Thu, 9 Jan 2025 21:35:52 +0100 Subject: [PATCH] For 5.4.0: reduce number of compile targets --- platformio.ini | 8 -------- version.h | 3 ++- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/platformio.ini b/platformio.ini index 6317372..1ea33de 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,18 +12,10 @@ default_envs = mega2560 uno - unowifiR2 nano - samd21-dev-usb - samd21-zero-usb ESP32 Nucleo-F411RE Nucleo-F446RE - Teensy3_2 - Teensy3_5 - Teensy3_6 - Teensy4_0 - Teensy4_1 src_dir = . include_dir = . diff --git a/version.h b/version.h index 7e4dc20..c4c7ba4 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #include "StringFormatter.h" -#define VERSION "5.2.96" +#define VERSION "5.4.0" +// 5.4.0 - New version on master // 5.2.96 - EXRAIL additions XFWD() and XREV() // 5.2.95 - Release candidate for 5.4 // 5.2.94 - Bugfix: Less confusion and simpler code around the RCN213 defines