Skip to content

Commit

Permalink
SMall additions
Browse files Browse the repository at this point in the history
added pyscript link to webpage
updated main.py
  • Loading branch information
NicK4rT committed Nov 22, 2024
1 parent cfa0656 commit e20f267
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h2>Useful Resources</h2>
<p style="margin: 5px 0;">Directly program and control your module from our online pyscript IDE</p>
</li>
<li style="margin-bottom: 20px;">
<a href="https://www.youtube.com/watch?v=GFq6wH5JR2A" style="font-weight: bold; font-size: 18px;">Cluster Management UI</a>
<a href="https://nickart.pyscriptapps.com/floral-firefly/latest/" style="font-weight: bold; font-size: 18px;">Cluster/Network Management UI</a>
<p style="margin: 5px 0;">Manage and control a cluster of modules from our pyscript Cluster Management UI</p>
</li>
<li style="margin-bottom: 20px;">
Expand Down
2 changes: 1 addition & 1 deletion software/networking/examples/pyscript_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit e20f267

Please sign in to comment.