From 96403b79d95cf9704805a5877a405e5b42c6d735 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 11 Jan 2022 02:39:23 +0100 Subject: [PATCH] Updated guide --- rnodeconf/rnodeconf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rnodeconf/rnodeconf.py b/rnodeconf/rnodeconf.py index c1148c5..2cf87e7 100755 --- a/rnodeconf/rnodeconf.py +++ b/rnodeconf/rnodeconf.py @@ -915,6 +915,12 @@ def main(): selected_product = ROM.PRODUCT_HMBRW elif c_dev == 3: selected_product = ROM.PRODUCT_TBEAM + print("\nImportant! Using RNode firmware on T-Beam devices should currently be") + print("considered experimental. It is not intended for production or critical use.") + print("The currently supplied firmware is provided AS-IS as a courtesey to those") + print("who would like to experiment with it. If you want any degree of reliability,") + print("please use an actual RNode from unsigned.io. Hit enter to continue.") + input() except Exception as e: print("That device type does not exist, exiting now.") exit()