summaryrefslogtreecommitdiff
path: root/Mode/ModeDemo.cpp
AgeCommit message (Collapse)AuthorFiles
2016-10-171. Move 'else' for code readability consistency.Leon Lindenfelser1
2. Add forgotten NCP5623B version update to setup.sh.
2016-10-171. Display DOT-BOX/EVB AU915/US915/EU868 on start up and main menu screens.Leon Lindenfelser1
2. Add check for SF_10 in demo mode. Diplay message and change to SF_9 so packet size is large enough for all data. 3. Update setup.sh to pull in libs with enable/disable irq removed for mbed 5.
2016-10-03Update to support AU915Jason Reiss1
2016-07-19mts-lora datarate changesJason Reiss1
2016-01-28add license header to source filesMike Fiore1
2016-01-06display countdown over "send" and "interval" labels instead of over "back" ↵Mike Fiore1
label in 868 band and demo mode
2016-01-06remove 1 hour interval in demo mode b/c mbed timers can only count up to ~35 ↵Mike Fiore1
minutes
2016-01-06add back button to Interval and Trigger modes in LoRa demo so we don't have ↵Mike Fiore1
to exit back to main menu to switch
2015-12-10preserve configured data rate and power when entering and exiting modesMike Fiore1
2015-12-10explicitly set data rate and power in Demo modeMike Fiore1
2015-12-10remove extra GPS and Sensor objects from Mode classMike Fiore1
2015-12-09Display sensor data on demo screen.Leon Lindenfelser1
2015-12-07remove empty case statements from switches in modesMike Fiore1
2015-12-04some tweaks to display in Demo ModeMike Fiore1
2015-12-04implement demo mode logic - still need to add sensor dataMike Fiore1