move radio sleep out to seperate function#231
move radio sleep out to seperate function#231jacobrosenthal wants to merge 4 commits intoPinoccio:masterfrom
Conversation
Perhaps names should be lowercase? I can imagine that bitlash implements case insensitivity by lowercasing all commands before processing, but perhap not inside addBitlashFunction? No time right now to look at the actual commit, I hope to find a bit of time for that (and your other PR's, keep up the good work!) soon... |
Looking at all other bitlash names, that seems likely. |
…sing global mesh time instead of local uptime
|
An example which sleeps the radio repeatedly at 5 second intervals starting at (global) time 45 seconds |
|
... I think uptime.report is crashing if called a couple times.... |
|
found uptime crash, buffer was too small |
|
Todo
|
Splitting mesh sleep out from radio sleep with the end goal being able to implement a mesh synchronization protocol
power.sleep2 should be called something else but for some reason Ive noticed bitlash cant understand certain terms. I tried power.sleepRadio and power.sleepRF and neither worked.. power.sleep2 worked and I left it there
Looking for feedback