summaryrefslogtreecommitdiff
path: root/LoRaHandler
AgeCommit message (Expand)AuthorFiles
2016-08-08Replace LoRaHandler.cppRyan Klaassen1
2016-01-28add license header to source filesMike Fiore2
2015-12-08use link check instead of ping for compatibility with 3rd party network serversMike Fiore2
2015-12-07reset activity LED back to red when exiting to main menuMike Fiore2
2015-12-07LED1 is red when not joined, green when joined, and blinks when communicating...Mike Fiore2
2015-12-03turn off acks and receive windows for survey data packets, use mDot handle fo...Mike Fiore2
2015-11-20implement basic single survey mode - still needs sending data packet and data...Mike Fiore2
2015-11-18create Mode base class for modes - implement join as a mode and update main a...Mike Fiore1
2015-11-17add config layout, remove lots of loggingMike Fiore1
2015-11-17join works, but only once - added object for running LoRa operations in a thr...Mike Fiore2