File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # CubeCellMeshCore v0.5.2 - Command Reference
1+ # CubeCellMeshCore v0.5.3 - Command Reference
22
33Serial console at 115200 baud. Type ` help ` for command list.
44
Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ def process_command(self, cmd: str) -> str:
539539 elif command == "stats" :
540540 return self ._cmd_stats ()
541541 elif command == "ver" :
542- return "sim-0.5.2 "
542+ return "sim-0.5.3 "
543543 elif command == "board" :
544544 return "SIM-NODE"
545545 elif command == "clock" or (command == "time" and len (parts ) == 1 ):
@@ -727,7 +727,7 @@ def process_command(self, cmd: str) -> str:
727727 elif command == "status" :
728728 return f"{ self .identity .name } { self .identity .hash :02X} (companion)"
729729 elif command == "ver" :
730- return "sim-0.5.2 "
730+ return "sim-0.5.3 "
731731 elif command == "board" :
732732 return "SIM-NODE"
733733 elif command == "clock" or (command == "time" and len (parts ) == 1 ):
Original file line number Diff line number Diff line change 88 * Based on MeshCore protocol: https://github.com/meshcore-dev/MeshCore
99 */
1010
11- #define FIRMWARE_VERSION " 0.5.2 "
11+ #define FIRMWARE_VERSION " 0.5.3 "
1212
1313// =============================================================================
1414// Configuration
You can’t perform that action at this time.
0 commit comments