From 1e8684f258e8044a2cbc23b6a3e4542d91aa2e2b Mon Sep 17 00:00:00 2001 From: pvvx Date: Sun, 18 Aug 2024 04:49:56 +0300 Subject: [PATCH] ver 1.8b --- README-ru.md | 1 + README.md | 1 + bin/BOOT_BTH01_v18.hex | 3003 ++++++++++++++++++++++++ bin/BOOT_TH05D_v18.hex | 3076 +++++++++++++++++++++++++ bin/BOOT_TH05F_v18.hex | 3073 ++++++++++++++++++++++++ bin/BOOT_TH05_v18.hex | 3070 ++++++++++++++++++++++++ bin/BOOT_THB1_v18.hex | 3067 ++++++++++++++++++++++++ bin/BOOT_THB2_v18.hex | 3000 ++++++++++++++++++++++++ bin/BOOT_THB3_v18.hex | 3067 ++++++++++++++++++++++++ bin/BTH01_v18.bin | Bin 0 -> 48628 bytes bin/TH05D_v18.bin | Bin 0 -> 50244 bytes bin/TH05F_v18.bin | Bin 0 -> 50212 bytes bin/TH05_v18.bin | Bin 0 -> 50084 bytes bin/THB1_v18.bin | Bin 0 -> 50100 bytes bin/THB2_v18.bin | Bin 0 -> 48596 bytes bin/THB3_v18.bin | Bin 0 -> 50100 bytes bthome_phy6222/mk_windows.cmd | 2 +- bthome_phy6222/source/cmd_parser.c | 4 +- bthome_phy6222/source/config.h | 4 +- bthome_phy6222/source/lcd_th05.c | 14 +- bthome_phy6222/source/lcd_th05d.c | 14 +- bthome_phy6222/source/lcd_th05f.c | 14 +- bthome_phy6222/source/lcd_thb1.c | 14 +- bthome_phy6222/source/sensors.c | 47 +- bthome_phy6222/source/sensors.h | 25 +- bthome_phy6222/web/PHY62x2BTHome.html | 10 +- fw.json | 25 +- update_boot/BOOT_BTH01_v18.bin | Bin 0 -> 48948 bytes update_boot/BOOT_TH05D_v18.bin | Bin 0 -> 50132 bytes update_boot/BOOT_TH05F_v18.bin | Bin 0 -> 50068 bytes update_boot/BOOT_TH05_v18.bin | Bin 0 -> 50020 bytes update_boot/BOOT_THB1_v18.bin | Bin 0 -> 49972 bytes update_boot/BOOT_THB2_v18.bin | Bin 0 -> 48900 bytes update_boot/BOOT_THB3_v18.bin | Bin 0 -> 49972 bytes wr_bth01.cmd | 4 +- wr_th05.cmd | 4 +- wr_th05d.cmd | 4 +- wr_th05f.cmd | 4 +- wr_thb1.cmd | 4 +- wr_thb2.cmd | 4 +- wr_thb3.cmd | 4 +- 41 files changed, 21495 insertions(+), 64 deletions(-) create mode 100644 bin/BOOT_BTH01_v18.hex create mode 100644 bin/BOOT_TH05D_v18.hex create mode 100644 bin/BOOT_TH05F_v18.hex create mode 100644 bin/BOOT_TH05_v18.hex create mode 100644 bin/BOOT_THB1_v18.hex create mode 100644 bin/BOOT_THB2_v18.hex create mode 100644 bin/BOOT_THB3_v18.hex create mode 100644 bin/BTH01_v18.bin create mode 100644 bin/TH05D_v18.bin create mode 100644 bin/TH05F_v18.bin create mode 100644 bin/TH05_v18.bin create mode 100644 bin/THB1_v18.bin create mode 100644 bin/THB2_v18.bin create mode 100644 bin/THB3_v18.bin create mode 100644 update_boot/BOOT_BTH01_v18.bin create mode 100644 update_boot/BOOT_TH05D_v18.bin create mode 100644 update_boot/BOOT_TH05F_v18.bin create mode 100644 update_boot/BOOT_TH05_v18.bin create mode 100644 update_boot/BOOT_THB1_v18.bin create mode 100644 update_boot/BOOT_THB2_v18.bin create mode 100644 update_boot/BOOT_THB3_v18.bin diff --git a/README-ru.md b/README-ru.md index 909edc2..59a3d02 100644 --- a/README-ru.md +++ b/README-ru.md @@ -74,6 +74,7 @@ _Далее, с помощью соединения BLE в [PHY62x2BTHome.html]( | 1.5 | Добавлен вариант шифрования BLE рекламы с помощью BindKey. | | 1.6 | Добавлено усреднение расчета напряжения батареи, дублирование состояния контакта open/close и счетчика через 12..20 сек (кратно интервалу рекламы) после срабатывания и далее каждые 30 минут. | | 1.7 | Исправление ошибки (> 42 C) для сенсора CHT8305 | +| 1.8b | Добавлено отображение температуры в градусах Фаренгейта | ## Прошивка diff --git a/README.md b/README.md index 632c307..d94aa10 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Files for updating boot via OTA are located in the [update_boot](update_boot) di | 1.5 | | | 1.6 |