Peter Savnik

Results 6 comments of Peter Savnik

I have been wondering why chrono did not support this before. A lot of other systems use millis and this will ease the transition to rust for people who migrate....

Yeah I see your point about returning too early. RN module as you say should work 100% of the time, however sometimes we see it locks up, not knowing why...

I see two approaches to handle the timeout. 1. Using milis() to measure the time spend in the while loop. ``` size_t TheThingsNetwork::readLine(char *buffer, size_t size, uint8_t timeout = 10000)...

I have created a PR. Let me know your thoughts about it.

sudo apt-get install python-dev fixed it.