Add support for XMODEM over serial and telnet if enabled with #define USE_XYZMODEM

This commit is contained in:
Theo Arends
2025-04-14 13:54:05 +02:00
parent a4096ab049
commit 3baa110f9d
8 changed files with 1064 additions and 6 deletions

View File

@@ -312,7 +312,7 @@ a_features = [[
"USE_SPI_LORA","USE_SPL06_007","USE_QMP6988","USE_WOOLIIS",
"USE_HX711_M5SCALES","USE_RX8010","USE_PCF85063","USE_ESP32_TWAI",
"USE_C8_CO2_5K","USE_WIZMOTE","USE_V9240","USE_TELNET",
"","","","",
"USE_XYZMODEM","","","",
"","","","",
"","","","",
"","","",""
@@ -343,7 +343,7 @@ else:
obj = json.load(fp)
def StartDecode():
print ("\n*** decode-status.py v14.5.0.2 by Theo Arends and Jacek Ziolkowski ***")
print ("\n*** decode-status.py v14.5.0.3 by Theo Arends and Jacek Ziolkowski ***")
# print("Decoding\n{}".format(obj))