summaryrefslogtreecommitdiff
path: root/LoRaHandler
AgeCommit message (Collapse)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 ↵Mike Fiore2
communicating with gateway
2015-12-03turn off acks and receive windows for survey data packets, use mDot handle ↵Mike Fiore2
for data rate, power, etc instead of lora handler
2015-11-20implement basic single survey mode - still needs sending data packet and ↵Mike Fiore2
data survey file
2015-11-18create Mode base class for modes - implement join as a mode and update main ↵Mike Fiore1
accordingly
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 ↵Mike Fiore2
thread, lots of misc updates