diff --git a/examples/companion_radio/main.cpp b/examples/companion_radio/main.cpp index 2988f297..ef50d1ca 100644 --- a/examples/companion_radio/main.cpp +++ b/examples/companion_radio/main.cpp @@ -86,11 +86,11 @@ static uint32_t _atoi(const char* sp) { #define FIRMWARE_VER_CODE 3 #ifndef FIRMWARE_BUILD_DATE - #define FIRMWARE_BUILD_DATE "25 Mar 2025" + #define FIRMWARE_BUILD_DATE "30 Mar 2025" #endif #ifndef FIRMWARE_VERSION - #define FIRMWARE_VERSION "v1.4.1" + #define FIRMWARE_VERSION "v1.4.2" #endif #define CMD_APP_START 1 diff --git a/examples/simple_repeater/main.cpp b/examples/simple_repeater/main.cpp index f4d08534..4836c533 100644 --- a/examples/simple_repeater/main.cpp +++ b/examples/simple_repeater/main.cpp @@ -20,11 +20,11 @@ /* ------------------------------ Config -------------------------------- */ #ifndef FIRMWARE_BUILD_DATE - #define FIRMWARE_BUILD_DATE "25 Mar 2025" + #define FIRMWARE_BUILD_DATE "30 Mar 2025" #endif #ifndef FIRMWARE_VERSION - #define FIRMWARE_VERSION "v1.4.1" + #define FIRMWARE_VERSION "v1.4.2" #endif #ifndef LORA_FREQ diff --git a/examples/simple_room_server/main.cpp b/examples/simple_room_server/main.cpp index 90b88e51..c91765fc 100644 --- a/examples/simple_room_server/main.cpp +++ b/examples/simple_room_server/main.cpp @@ -20,11 +20,11 @@ /* ------------------------------ Config -------------------------------- */ #ifndef FIRMWARE_BUILD_DATE - #define FIRMWARE_BUILD_DATE "25 Mar 2025" + #define FIRMWARE_BUILD_DATE "30 Mar 2025" #endif #ifndef FIRMWARE_VERSION - #define FIRMWARE_VERSION "v1.4.1" + #define FIRMWARE_VERSION "v1.4.2" #endif #ifndef LORA_FREQ diff --git a/variants/generic_espnow/platformio.ini b/variants/generic_espnow/platformio.ini index 06a85f7e..8dbc8ebb 100644 --- a/variants/generic_espnow/platformio.ini +++ b/variants/generic_espnow/platformio.ini @@ -34,7 +34,7 @@ lib_deps = ${Generic_ESPNOW.lib_deps} densaugeo/base64 @ ~1.4.0 -[env:Generic_ESPNOW_repeater] +[env:Generic_ESPNOW_repeatr] extends = Generic_ESPNOW build_flags = ${Generic_ESPNOW.build_flags} @@ -49,7 +49,7 @@ lib_deps = ${esp32_ota.lib_deps} densaugeo/base64 @ ~1.4.0 -[env:Generic_ESPNOW_companion_radio_usb] +[env:Generic_ESPNOW_comp_radio_usb] extends = Generic_ESPNOW build_flags = ${Generic_ESPNOW.build_flags} @@ -66,7 +66,7 @@ lib_deps = ${Generic_ESPNOW.lib_deps} densaugeo/base64 @ ~1.4.0 -[env:Generic_ESPNOW_room_server] +[env:Generic_ESPNOW_room_svr] extends = Generic_ESPNOW build_flags = ${Generic_ESPNOW.build_flags}