Neil Betham
Neil Betham
Sure! So for example say we have two crons in the schedule: 1. `20 * * * *` 2. `10 17 * * *` In this setup the way the...
Thanks for the review. I've address the comments and suggestions you made. I have updated sun.py to more align with how it worked previously. Basically I moved the munging of...
@knyar Is there something fixed in `croniter` that is broken in the current version that is used?
Okay, updated based on `pydocstyle` feedback as well as feedback here. Please let me know if there is anything else you'd like changed!
Yeah, no worries on the time front! These are side projects so I understand IRL takes precedence. Most of the changes to docs here were just to make `pydocstyle` happy....
Weird, I can't repro the extra critiques it was giving me anymore. Oh well. I'll revert those and fix the issue with `sun.py` / `delay()`. Thanks for the feedback!
Alright, sorry for the delay. This time around I have reverted all the doc changes and have updated `sun.py` to support the same forward and backward semantics as `schedule.py`. This...
I seem to be running into a similar issue with a recent ESP32 e-Paper dev board from Waveshare. Oddly enough after flashing the board the first stage bootloader fires up...
Okay, update. It looks like there is an issue with the arduino-esp32 compatibility layer. After digging through the GX_EPD lib there is a second call to `Serial.begin` which is causing...
So the first `Serial.begin` in Client.ino is fine; it's whenever someone calls it again that becomes the issue. For some reason it corrupts the serial interface. I can try removing...