Age | Commit message (Expand) | Author | Files |
2016-10-17 | 1. Display DOT-BOX/EVB AU915/US915/EU868 on start up and main menu screens. | Leon Lindenfelser | 1 |
2016-09-21 | Merge branch 'Semtech' | Jason Reiss | 1 |
2016-09-14 | Merge branch 'mts-lora' into Semtech | Jason Reiss | 1 |
2016-08-18 | Merge branch 'Semtech/GpsSurveryMode' | Mike Fiore | 1 |
2016-08-18 | Replace main.cpp | Ryan Klaassen | 1 |
2016-08-10 | Replace main.cpp | Ryan Klaassen | 1 |
2016-08-08 | Replace main.cpp | Ryan Klaassen | 1 |
2016-08-08 | Replace main.cpp | Ryan Klaassen | 1 |
2016-08-08 | Replace main.cpp | Ryan Klaassen | 1 |
2016-07-19 | mts-lora datarate changes | Jason Reiss | 1 |
2016-01-28 | add license header to source files | Mike Fiore | 1 |
2016-01-08 | display frequency band and sub band correctly even if they change in configur... | Mike Fiore | 1 |
2016-01-08 | display frequency band (868 or 915) on splash screen and main menu | Mike Fiore | 1 |
2015-12-10 | remove extra GPS and Sensor objects from Mode class | Mike Fiore | 1 |
2015-12-07 | reset activity LED back to red when exiting to main menu | Mike Fiore | 1 |
2015-12-04 | give the GPS lib a handle to the LED controller so it can blink LED2 when not... | Mike Fiore | 1 |
2015-12-04 | display if GPS was detected on startup screen | Mike Fiore | 1 |
2015-12-04 | implement demo mode logic - still need to add sensor data | Mike Fiore | 1 |
2015-12-03 | turn on LED2 | Mike Fiore | 1 |
2015-12-02 | implement AT command to delete survey data file | Mike Fiore | 1 |
2015-12-02 | use a global GPS object like we do for buttons, LoRa, etc | Mike Fiore | 1 |
2015-12-01 | Merge branch 'modeDemo' | Mike Fiore | 1 |
2015-11-30 | start work on survey sweep - currently determines rates and power levels to u... | Mike Fiore | 1 |
2015-11-23 | stub out functions & struct for formatting data packets for both survey and d... | Mike Fiore | 1 |
2015-11-23 | display product id on startup screen, change baud rates to 115k, set log leve... | Mike Fiore | 1 |
2015-11-23 | clean up after config, get things building again, update default configuratio... | Mike Fiore | 1 |
2015-11-23 | Merge branch 'configMode' | Mike Fiore | 1 |
2015-11-23 | display frequency sub band when joining in 915 frequency band | Mike Fiore | 1 |
2015-11-20 | 1. Merged CommandTerminal into ModeConfig and deleted CommandTerminal. | Leon Lindenfelser | 1 |
2015-11-20 | AT commands are working in modeConfig. | Leon Lindenfelser | 1 |
2015-11-20 | refactor more common elements into Mode template class | Mike Fiore | 1 |
2015-11-20 | implement basic single survey mode - still needs sending data packet and data... | Mike Fiore | 1 |
2015-11-19 | use a single layout for help screens as they're basically all the same, misc ... | Mike Fiore | 1 |
2015-11-18 | get things building again - remove config code in main, fix bug in ModeJoin | Mike Fiore | 1 |
2015-11-18 | Merge branch 'atcommands' | Mike Fiore | 1 |
2015-11-18 | create Mode base class for modes - implement join as a mode and update main a... | Mike Fiore | 1 |
2015-11-18 | add placeholder functions for demo, survey single, and survey sweep modes and... | Mike Fiore | 1 |
2015-11-18 | fix datarate display on join, clear signals for main thread after changing modes | Mike Fiore | 1 |
2015-11-18 | display current join attempt when joining | Mike Fiore | 1 |
2015-11-17 | remove join failure message | Mike Fiore | 1 |
2015-11-17 | add config layout, remove lots of logging | Mike Fiore | 1 |
2015-11-17 | fix memory leak | Mike Fiore | 1 |
2015-11-17 | join works, but only once - added object for running LoRa operations in a thr... | Mike Fiore | 1 |
2015-11-16 | put enums inside class scope when possible | Mike Fiore | 1 |
2015-11-16 | remove commented out code in main.cpp | Mike Fiore | 1 |
2015-11-13 | log push button presses in main menu function | Mike Fiore | 1 |
2015-11-13 | CommandTerminal working on debug port | Leon Lindenfelser | 1 |
2015-11-13 | add main menu using scroll-select layout | Mike Fiore | 1 |
2015-11-12 | add class for handling button events - signals main thread when event occurs ... | Mike Fiore | 1 |
2015-11-11 | add layout for startup screen, tweak main to display startup and sit in loop | Mike Fiore | 1 |