mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-07 23:00:15 +00:00
Added RNode Bootstrap Console info to rnodeconf autoinstaller
This commit is contained in:
parent
10d03753b5
commit
62a13eb0e8
@ -2461,6 +2461,26 @@ def main():
|
||||
print("")
|
||||
print("https://markqvist.github.io/Reticulum/manual/gettingstartedfast.html")
|
||||
print("")
|
||||
print("* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *")
|
||||
print(" Important! ")
|
||||
print("")
|
||||
print("ESP32-based RNodes are created with the RNode Bootstrap Console on-board.")
|
||||
print("")
|
||||
print("This repository is hosted directly on the RNode, and contains a wealth of")
|
||||
print("information, software and tools.")
|
||||
print("")
|
||||
print("The RNode Bootstrap Console also contains everything needed to build")
|
||||
print("and replicate RNodes, including detailed build recipes, 3D-printable")
|
||||
print("cases, and copies of the source code for both the RNode Firmware,")
|
||||
print("Reticulum and other utilities.")
|
||||
print("")
|
||||
print("To activate the RNode Bootstrap Console, power up your RNode and press")
|
||||
print("the reset button twice with a one second interval. The RNode will now")
|
||||
print("reboot into console mode, and activate a WiFi access point for you to")
|
||||
print("connect to. The console is then reachable at: http://10.0.0.1")
|
||||
print("")
|
||||
print("* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *")
|
||||
print("")
|
||||
print("Thank you for using this utility! Please help the project by")
|
||||
print("contributing code and reporting bugs, or by donating!")
|
||||
print("")
|
||||
|
Loading…
Reference in New Issue
Block a user