Timm Bogner
Timm Bogner
>On a slightly different topic, as the code matures I think we may need to revisit function names to match what LoRa is doing to what ESP-NOW is doing as...
>I'm just afraid that if we send data back in the other direction, towards the front end, that will cause a loop. I'll admit, that possibility is why I'm not...
I should say though, you're welcome to keep it how you think is best for the time-being.
Dangit... holdupasec
Soo... I thought that first commit had resolved the conflicts, then it added the other when I pushed it. My damage control didn't help. I dunno 😣 ~~[Here is a...
> In the future, if I see conflicts with my PRs I know how to fix them :) :D I was so close to leaving it alone, but was convinced...
I am still getting caught up... There is one commit I need to make to fix custom SPI, then I plan to get up to speed on this PR and...
I see the conundrum about DST. >I was hoping the tm struct element tm_isdst would work but I'm not sure how it knows what time zone is being used. My...
I just remembered that sendESPNow actually was sendESPNOW for most of its existence, so it's not a big deal to change it again. It could change to sendESPNowDirect() maybe...
>Now I'm having issues with the ESP32 hanging while loading LoRa, I think it's related to SPI interface as when I remove LoRa it boots just fine. I'm trying to...