Skip to content

Commit ab9c7f6

Browse files
committed
New Builds and new Version of ohtoolbox
1 parent 9f65593 commit ab9c7f6

23 files changed

+105
-7
lines changed

build/ESPEasy/build_release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ platformio run --target clean
99
echo "*********************************************"
1010
echo "Normal-Build - Standardbox ESP8266"
1111
echo "*********************************************"
12-
platformio run --environment custom_ESP8266_4M1M
12+
#platformio run --environment custom_ESP8266_4M1M
13+
platformio run --environment custom_312_ESP8266_4M1M
1314
echo
1415
echo
1516
#https://docs.platformio.org/en/stable/boards/espressif32/esp32-poe.html

build/ESPEasy/cp_release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ else
8989
echo "*********************************************************"
9090
fi
9191

92+
echo
93+
echo "Cleanup old Builds"
94+
rm ./build_output/bin/*.bin
95+
9296

9397
cd ../releases
9498
ls -lrtah ./
Binary file not shown.
Binary file not shown.
Binary file not shown.

build/ESPEasy/releases/Release_notes.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
Neues Release32 wurde erzeugt
33
-------------------------------------------------
44

5+
Release date: So 21. Jan 20:14:17 CET 2024
6+
7+
'./.pio/build/custom_ESP32_4M316k_ETH/ESP_Easy_mega_20240121_custom_ESP32_4M316k_ETH.factory.bin' -> '../releases/openandhome_devel32_factory.bin'
8+
Datei umbenannt './.pio/build/custom_ESP32_4M316k_ETH/ESP_Easy_mega_20240121_custom_ESP32_4M316k_ETH.factory.bin' -> '../releases/ESP_Easy_mega_20240121_custom_ESP32_4M316k_ETH.factory.bin'
9+
10+
'./.pio/build/custom_ESP32_4M316k_ETH/ESP_Easy_mega_20240121_custom_ESP32_4M316k_ETH.bin' -> '../releases/openandhome_devel32_ota.bin'
11+
Datei umbenannt './.pio/build/custom_ESP32_4M316k_ETH/ESP_Easy_mega_20240121_custom_ESP32_4M316k_ETH.bin' -> '../releases/ESP_Easy_mega_20240121_custom_ESP32_4M316k_ETH.bin'
12+
-------------------------------------------------
13+
Neues Release wurde erzeugt
14+
-------------------------------------------------
15+
16+
Release date: So 21. Jan 20:14:17 CET 2024
17+
18+
'./.pio/build/custom_312_ESP8266_4M1M/ESP_Easy_mega_20240121_custom_312_ESP8266_4M1M.bin' -> '../releases/openandhome_devel.bin'
19+
Datei umbenannt './.pio/build/custom_312_ESP8266_4M1M/ESP_Easy_mega_20240121_custom_312_ESP8266_4M1M.bin' -> '../releases/ESP_Easy_mega_20240121_custom_312_ESP8266_4M1M.bin'
20+
21+
-------------------------------------------------
22+
Neues Release32 wurde erzeugt
23+
-------------------------------------------------
24+
525
Release date: Do 4. Jan 12:15:30 CET 2024
626

727
'./build_output/bin/ESP_Easy_mega_20240103_custom_ESP32_4M316k_ETH.factory.bin' -> '../releases/openandhome_devel32_factory.bin'
7.78 KB
Binary file not shown.
-1.29 MB
Binary file not shown.
12.4 KB
Binary file not shown.
12.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)