mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-22 21:50:18 +00:00
remove t-echo menu items
This commit is contained in:
parent
8193f3621c
commit
b4ac3df2d0
@ -1607,7 +1607,8 @@ def main():
|
|||||||
print("[8] Heltec LoRa32 v3")
|
print("[8] Heltec LoRa32 v3")
|
||||||
print("[9] LilyGO LoRa T3S3")
|
print("[9] LilyGO LoRa T3S3")
|
||||||
print("[10] RAK4631")
|
print("[10] RAK4631")
|
||||||
print("[11] LilyGo T-Echo")
|
#TODO: Implement T-Echo
|
||||||
|
#print("[11] LilyGo T-Echo")
|
||||||
print(" .")
|
print(" .")
|
||||||
print(" / \\ Select one of these options if you want to easily turn")
|
print(" / \\ Select one of these options if you want to easily turn")
|
||||||
print(" | a supported development board into an RNode.")
|
print(" | a supported development board into an RNode.")
|
||||||
@ -1762,6 +1763,10 @@ def main():
|
|||||||
print("---------------------------------------------------------------------------")
|
print("---------------------------------------------------------------------------")
|
||||||
input()
|
input()
|
||||||
elif c_dev == 11:
|
elif c_dev == 11:
|
||||||
|
#TODO: Implement T-Echo
|
||||||
|
print("That device type does not exist, exiting now.")
|
||||||
|
graceful_exit()
|
||||||
|
#The code below will never execute until the exit is removed from the line above when T-Echo is implemented:
|
||||||
selected_product = ROM.PRODUCT_TECHO
|
selected_product = ROM.PRODUCT_TECHO
|
||||||
clear()
|
clear()
|
||||||
print("")
|
print("")
|
||||||
|
Loading…
Reference in New Issue
Block a user