diff --git a/.DS_Store b/.DS_Store index 38ed772..9720e53 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/docs/tools.html b/docs/tools.html index f43d693..be89216 100644 --- a/docs/tools.html +++ b/docs/tools.html @@ -212,7 +212,7 @@

Useful Resources

Directly program and control your module from our online pyscript IDE

  • - Cluster Management UI + Cluster/Network Management UI

    Manage and control a cluster of modules from our pyscript Cluster Management UI

  • diff --git a/software/networking/examples/pyscript_main.py b/software/networking/examples/pyscript_main.py index 5148c41..dbab0b7 100644 --- a/software/networking/examples/pyscript_main.py +++ b/software/networking/examples/pyscript_main.py @@ -37,7 +37,7 @@ def boop(pin): def heartbeat(timer): print("") - print(f"{(time.ticks_ms() - networking.inittime) / 1000:.3f} Networking Tool: {gc.mem_free()} bytes") + print(f"{(time.ticks_ms() - networking.inittime) / 1000:.3f} Networking Tool Heartbeat: {gc.mem_free()} bytes") print("") gc.collect()