From 8219fc5d4f57fca95dc53c7885556d4c38cf9506 Mon Sep 17 00:00:00 2001 From: pvvx Date: Mon, 26 Feb 2024 14:13:09 +0300 Subject: [PATCH] update rdwr_phy62x2.py --- bthome_phy6222/rdwr_phy62x2.py | 4 ++-- rdwr_phy62x2.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bthome_phy6222/rdwr_phy62x2.py b/bthome_phy6222/rdwr_phy62x2.py index b7898ca..2574fe6 100644 --- a/bthome_phy6222/rdwr_phy62x2.py +++ b/bthome_phy6222/rdwr_phy62x2.py @@ -24,7 +24,7 @@ PHY_WR_BLK_SIZE = 0x2000 __progname__ = 'PHY62x2 Utility' __filename__ = 'rdwr_phy62x2.py' -__version__ = "24.02.24" +__version__ = "26.02.24" def ParseHexFile(hexfile): try: @@ -239,7 +239,7 @@ class phyflasher: ttcl = ttcl - 1 if ttcl < 1: print('PHY62x2 - Error Reset!') - print('Check connection TX->RX, RX<-TX and Chip Power!') + print('Check connection TX->RX, RX<-TX, RTS->RESET and Chip Power!') self._port.close() exit(4) print('PHY62x2 - Reset Ok') diff --git a/rdwr_phy62x2.py b/rdwr_phy62x2.py index b7898ca..2574fe6 100644 --- a/rdwr_phy62x2.py +++ b/rdwr_phy62x2.py @@ -24,7 +24,7 @@ PHY_WR_BLK_SIZE = 0x2000 __progname__ = 'PHY62x2 Utility' __filename__ = 'rdwr_phy62x2.py' -__version__ = "24.02.24" +__version__ = "26.02.24" def ParseHexFile(hexfile): try: @@ -239,7 +239,7 @@ class phyflasher: ttcl = ttcl - 1 if ttcl < 1: print('PHY62x2 - Error Reset!') - print('Check connection TX->RX, RX<-TX and Chip Power!') + print('Check connection TX->RX, RX<-TX, RTS->RESET and Chip Power!') self._port.close() exit(4) print('PHY62x2 - Reset Ok')