Jared Boone
|
5e6a76dfe7
|
Use a proper enum for TPMS signal type.
|
2016-01-18 22:28:33 -08:00 |
|
Jared Boone
|
9a41961aeb
|
Store TPMS "packet type".
For now, completely dumb CRC-OK packet length, since I only handle three packet types, which differ in length.
|
2016-01-18 22:18:49 -08:00 |
|
Jared Boone
|
7ad9ad2596
|
TPMS packets to IDs and values.
|
2016-01-18 21:42:26 -08:00 |
|
Jared Boone
|
dbea30b9e4
|
Check TPMS CRCs for packets I know, don't display the rest.
|
2016-01-18 20:43:54 -08:00 |
|
Jared Boone
|
fbcf784959
|
Make tpms::Packet into real type.
|
2016-01-18 14:34:30 -08:00 |
|
Jared Boone
|
feec99ac6a
|
Move TPMS packet handling to TPMSAppView.
Also rename TPMSModel to TPMSLogger, considering that's what it was *really* doing.
|
2016-01-18 14:21:24 -08:00 |
|
Jared Boone
|
32818ee9ab
|
Introduce tpms::Packet type.
|
2016-01-18 13:54:07 -08:00 |
|
Jared Boone
|
be328c5f38
|
Rearrange TPMS app/UI code.
|
2016-01-18 13:41:19 -08:00 |
|
Jared Boone
|
1a280149e2
|
Rename TPMSView -> TPMSAppView.
|
2016-01-18 13:29:11 -08:00 |
|
Jared Boone
|
bd07e4e7e5
|
Modify LogFile to open/close file on SD card status.
Previously, would only open on construction, which was only when the receiver mode changed, which wasn't all that useful.
|
2016-01-13 23:11:19 -08:00 |
|
Jared Boone
|
218d81fc60
|
Rename all the app .cpp/.hpp to have app name first.
Larger refactoring of filenames and namespaces imminent!
|
2015-12-08 15:28:33 -08:00 |
|