1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-01-12 05:41:02 +01:00

For 5.4.0: reduce number of compile targets

This commit is contained in:
Harald Barth 2025-01-09 21:35:52 +01:00
parent 147fe15e04
commit 79c30ec516
2 changed files with 2 additions and 9 deletions

View File

@ -12,18 +12,10 @@
default_envs = default_envs =
mega2560 mega2560
uno uno
unowifiR2
nano nano
samd21-dev-usb
samd21-zero-usb
ESP32 ESP32
Nucleo-F411RE Nucleo-F411RE
Nucleo-F446RE Nucleo-F446RE
Teensy3_2
Teensy3_5
Teensy3_6
Teensy4_0
Teensy4_1
src_dir = . src_dir = .
include_dir = . include_dir = .

View File

@ -3,7 +3,8 @@
#include "StringFormatter.h" #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.96 - EXRAIL additions XFWD() and XREV()
// 5.2.95 - Release candidate for 5.4 // 5.2.95 - Release candidate for 5.4
// 5.2.94 - Bugfix: Less confusion and simpler code around the RCN213 defines // 5.2.94 - Bugfix: Less confusion and simpler code around the RCN213 defines