Commit 891752f
committed
Refactor GPS, input, and sensor handling; update assets
- New sound pack (TW05/CS05)
- Keypad menu: Add navigation using keypad keys 2 (up), 5 (select), 8 (down), 9 (cancel). Old "ENTER" method still supported.
- Add MQTT commands "PLAY_DOOR_OPEN", "PLAY_DOOR_CLOSE" (with optional appendices "_L"/"_R" for playing it on one stereo channel only).
- Add way for Dash Gauges to play door open/close sounds through TCD (Gauges >= 1.29)
- Fix float settings (temp offset, accel figure factor; broken since 3.6)
- Add new notification, which eliminates the need for clients to poll for data and helps to reduce network traffic.(For full effect, other props need updates, too: FC >= 1.91, SID >= 1.63, Gauges >= 1.30, VSR >= 1.25, Remote >= 1.16)
- Eliminate DNS lookups in loop() (which were a possible reason for sound-stutter sometimes)
- NTP/GPS time sync logic enhancements
- Various code optimizations (audio, GPS, network, etc)1 parent be10a2f commit 891752f
46 files changed
Lines changed: 3607 additions & 2086 deletions
File tree
- Software
- install
- alt_sound
- old
- src
- src
- ESP8266Audio
- WiFiManager
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| 381 | + | |
381 | 382 | | |
382 | 383 | | |
383 | 384 | | |
| |||
484 | 485 | | |
485 | 486 | | |
486 | 487 | | |
487 | | - | |
488 | | - | |
489 | | - | |
| 488 | + | |
490 | 489 | | |
491 | 490 | | |
492 | 491 | | |
| |||
692 | 691 | | |
693 | 692 | | |
694 | 693 | | |
| 694 | + | |
695 | 695 | | |
| 696 | + | |
696 | 697 | | |
697 | 698 | | |
698 | 699 | | |
| |||
732 | 733 | | |
733 | 734 | | |
734 | 735 | | |
735 | | - | |
| 736 | + | |
736 | 737 | | |
737 | 738 | | |
738 | 739 | | |
| |||
744 | 745 | | |
745 | 746 | | |
746 | 747 | | |
747 | | - | |
748 | | - | |
749 | | - | |
| 748 | + | |
750 | 749 | | |
751 | 750 | | |
752 | 751 | | |
| |||
773 | 772 | | |
774 | 773 | | |
775 | 774 | | |
776 | | - | |
777 | | - | |
778 | | - | |
| 775 | + | |
779 | 776 | | |
780 | 777 | | |
781 | 778 | | |
| |||
1220 | 1217 | | |
1221 | 1218 | | |
1222 | 1219 | | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
1223 | 1223 | | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
1224 | 1227 | | |
1225 | 1228 | | |
1226 | 1229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| |||
0 commit comments