cyoung
1420ad16e0
Merge pull request #198 from AvSquirrel/timezone-fix
...
GPS time zone fix. Don't assume Pi is set to UTC.
2016-01-09 13:25:57 -05:00
AvSquirrel
e9e8c5c098
GPS time zone fix. Don't assume Pi is set to UTC.
2016-01-09 12:15:21 -06:00
bradanlane
4d85491f67
start/stop gen_gdl90 directly fron init.d-stratux
2016-01-08 16:02:57 -05:00
Joseph Poirier
40ce5dcde7
add serial to ES object
2016-01-08 09:35:26 -06:00
Joseph Poirier
4cbe3713a7
only fetch serial id of unconfigured dongle
2016-01-08 09:33:58 -06:00
cyoung
3c7d700cff
Merge pull request #191 from AvSquirrel/GPS-20160105
...
GPS compatibility improvements: Parse lat-lng of arbitrary precision
2016-01-07 12:21:27 -05:00
Christopher Young
0f4fa6db22
Error.
2016-01-07 12:13:51 -05:00
Christopher Young
cfd1541708
Use monotonic clock for status print.
...
#174 .
2016-01-07 11:54:38 -05:00
Christopher Young
f4c9af112a
Use monotonic clock for RY835AI/GPS data check functions.
...
#174 .
2016-01-07 11:47:01 -05:00
Christopher Young
363f411b45
Typo fix.
2016-01-07 11:42:37 -05:00
Christopher Young
24142bef73
Use monotonic clock for traffic tracking.
...
#174 .
2016-01-07 11:42:30 -05:00
Christopher Young
dcf50409e9
Use monotonic clock for message tracking.
...
#174 .
2016-01-07 11:37:57 -05:00
Christopher Young
1382060024
Use monotonic clock for network/sleep functions.
...
#174 .
2016-01-07 11:34:37 -05:00
Christopher Young
ce5f185c0f
Use monotonic clock for SDR/network timing.
...
#174 .
2016-01-07 11:29:55 -05:00
Christopher Young
f1a0355231
Add Since() function to monotonic clock.
2016-01-07 11:20:06 -05:00
Christopher Young
55983489a2
Add monotonic.go to Makefile.
2016-01-07 11:10:27 -05:00
Christopher Young
6303b0c536
Use monotonic timer for uptime.
...
Fixes #69 .
2016-01-07 11:08:54 -05:00
Christopher Young
43ac4e8236
Disable ntpd on release image.
2016-01-07 10:28:24 -05:00
AvSquirrel
1971700f02
Add UBX-CFG files for u-center
2016-01-06 06:07:38 +00:00
AvSquirrel
ee241c71fb
Parse lat-lng of arbitrary precision
2016-01-06 03:09:42 +00:00
Christopher Young
cf0296d77f
Cleanup.
2016-01-05 11:09:06 -05:00
Christopher Young
b0d1299fce
Cleanup.
2016-01-05 11:08:16 -05:00
cyoung
cc41a25900
Merge pull request #184 from braddward/updated-shutdown
...
Updated shutdown
2016-01-05 11:01:44 -05:00
cyoung
11907e84ff
Merge pull request #186 from AvSquirrel/ahrsFusion
...
AHRS heading improvements. "Fallback" GPS message parsing
2016-01-04 11:42:31 -05:00
cyoung
951c750c59
Merge pull request #188 from cyoung/origin_src_fix_20160104
...
Fix transposed S/T in base40 decoding
2016-01-04 11:38:42 -05:00
bradanlane
21956790ba
Fix transposed S/T in base40 decoding
...
the code at mutability/dump978 posted a fix for a typo in the base 40 decode. the 'S' and 'T' letters were transposed in the reference string.
reference: 564902f53b
2016-01-04 09:05:00 -05:00
Christopher Young
7d6f4eb7af
Trigger traffic report on change.
2016-01-03 22:54:21 -05:00
AvSquirrel
cdcfa1c8d7
Formatting
2016-01-04 00:14:29 +00:00
AvSquirrel
3bc45ac5be
Remove debug log message
2016-01-04 00:12:10 +00:00
AvSquirrel
c95ac50763
Merge remote-tracking branch 'upstream/master' into ahrsFusion
2016-01-04 00:10:32 +00:00
AvSquirrel
caf155ca65
Improved GPS fallback code - added GSA parsing
2016-01-03 23:54:42 +00:00
Brad Ward
95364bab22
Merge branch 'updated-shutdown' of https://github.com/braddward/stratux into updated-shutdown
2016-01-03 13:34:05 -06:00
Brad Ward
e07390feb1
Moved reboot and shutdown to settings panel. Added modal confirmation dialogs.
2016-01-03 13:21:41 -06:00
Brad Ward
738f062e7e
Added help text for reboot and shutdown options
2016-01-03 13:21:15 -06:00
Brad Ward
1488e7d494
added ui-yeld-to=modals directive
2016-01-03 12:57:29 -06:00
Christopher Young
bba257db6d
Add SBS1 message type 5 "Surveillance alt message".
2016-01-03 13:52:33 -05:00
Christopher Young
65e82714b4
Add SBS1 message type comments.
2016-01-03 13:46:26 -05:00
Brad Ward
fd9cde57ae
Removed shutdown reboot buttons from status screen
2016-01-03 10:21:41 -06:00
Brad Ward
71d67cb3dc
CSS for modal confirmation dialogs
2016-01-03 10:14:58 -06:00
Brad Ward
fd39651fd7
additional css for modal dialogs
2016-01-03 09:47:27 -06:00
Brad Ward
a79819a7db
Merge remote-tracking branch 'cyoung/master'
2016-01-03 09:41:27 -06:00
Christopher Young
f3a90a3d61
Remove dump978 binary copy from build process.
2016-01-02 22:33:06 -05:00
AvSquirrel
0c5aad28bf
AHRS heading fixes
2016-01-02 00:40:17 +00:00
cyoung
d682bb5cf0
Merge pull request #178 from AvSquirrel/ahrsFusion
...
Check for valid GPS date. Fix time string formatting.
2016-01-01 13:32:55 -05:00
AvSquirrel
0f611560d4
Check for valid GPS date. Fix time string formatting.
2016-01-01 05:46:25 +00:00
Christopher Young
bb23bd507f
Fix CPU status byte bug. Change link to spec.
2015-12-31 23:44:51 -05:00
Christopher Young
43b6bf7fc8
Change compiler flags dump978.
2015-12-31 23:44:51 -05:00
cyoung
a99173a472
Merge pull request #175 from AvSquirrel/ahrsFusion
...
AHRS: Correct pitch/roll direction. New heading filter.
2015-12-31 12:05:12 -05:00
cyoung
482e87d8f5
Merge pull request #173 from AvSquirrel/trafficUI
...
Fix webUI zero GS bug
2015-12-31 11:04:08 -05:00
AvSquirrel
2d7e213af2
Reverse UI pitch animation direction
2015-12-31 07:32:31 +00:00