-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move radio sleep out to seperate function #231
base: master
Are you sure you want to change the base?
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