1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 16:16:13 +01:00
Commit Graph

2407 Commits

Author SHA1 Message Date
Asbelos
b5ddade2b3 Merge branch 'devel' of https://github.com/DCC-EX/CommandStation-EX into devel 2024-01-10 11:58:37 +00:00
Asbelos
2e4995cab3 Keyword Hasher _hk 2024-01-10 11:58:30 +00:00
Harald Barth
6f797b2e15 Merge branch 'devel-stm32-cmri' of https://github.com/DCC-EX/CommandStation-EX into devel-stm32-cmri 2024-01-10 09:17:00 +01:00
Harald Barth
fa44d54774 guessI2CDeviceType should always return FSH "string" 2024-01-10 09:16:27 +01:00
Ash-4
1bd113a35f
update for negative routes 5.2.22 2024-01-10 01:40:31 -06:00
Ash-4
2ab2b614cd
update for negative routes 5.2.22
update for negative routes 5.2.22
2024-01-10 01:38:12 -06:00
Ash-4
8e56a1e7f9
Update version.h 2024-01-10 01:34:29 -06:00
Harald Barth
796d5c4774 version 5.2.22 2024-01-10 08:20:14 +01:00
Harald Barth
27bd444884 Numbers for automations/routes can be negative 2024-01-10 08:18:14 +01:00
Harald Barth
ca380d11dc Do not crash on turnouts or turntables without description 2024-01-10 08:15:30 +01:00
peteGSX
c336ab0bb4
Merge pull request #389 from DCC-EX:add-startup-delay
Add-startup-delay
2024-01-09 16:43:41 +10:00
Ash-4
b3667b4d85
Update version.h 5.2.21 startup-delay 2024-01-08 19:07:16 -06:00
Ash-4
3455dfd20c
update to 5.2.21 startup-delay
update to 5.2.21 startup-delay
2024-01-08 19:05:13 -06:00
Ash-4
6b8b3e2664
Update version.h 2024-01-08 19:02:06 -06:00
peteGSX
5ac26ce505 Add missing ; and DIAG message 2024-01-09 10:49:22 +10:00
peteGSX
b51a8fe126 Add STARTUP_DELAY 2024-01-09 10:41:29 +10:00
Ash-4
174a456a58
Update for devel 5.2.20
Update for devel 5.2.20
2024-01-08 17:14:56 -06:00
Ash-4
268650a218
Merge branch 'devel-stm32-cmri' into devel-ash-temp0108 2024-01-08 17:08:21 -06:00
Harald Barth
718e78fca6 version 5.2.20 2024-01-08 13:20:29 +01:00
Harald Barth
70a1b9538c Check return of Ethernet.begin() in all code variants 2024-01-08 13:19:22 +01:00
Harald Barth
39d0cbb791 version 5.2.19 2024-01-07 22:24:15 +01:00
Harald Barth
4a3d3228a9 ESP32: Use SOC_RMT_MEM_WORDS_PER_CHANNEL to determine if the RMT hardware can handle DCC 2024-01-07 22:22:38 +01:00
Ash-4
10c67c908f
Merge pull request #382 from DCC-EX/devel-ash-temp0102
Display network IP fix
2024-01-02 20:34:32 -06:00
Ash-4
957ad07456
Merge branch 'devel-stm32-cmri' into devel-ash-temp0102 2024-01-02 20:29:34 -06:00
Ash-4
a78a14b0d7
Merge pull request #381 from DCC-EX/I2CDFplayer
I2c dfplayer update
2024-01-02 20:24:33 -06:00
Harald Barth
8036ba1c48 temp version tag 2024-01-03 02:44:15 +01:00
Harald Barth
74f7af1675 Display network IP fix 2024-01-03 02:36:07 +01:00
Harald Barth
6f076720f7 temp version tag 2024-01-01 22:17:47 +01:00
Harald Barth
d899da5898 Make return type of DCC::getFn int8_t 2024-01-01 22:08:59 +01:00
Harald Barth
3ce9d2ec88 DC frequency fix broadcast messages step #7 2024-01-01 22:08:04 +01:00
kempe63
0e9caa11c8 Update IO_I2CDFPlayer.h
Oops, fixed a typo
2024-01-01 20:39:37 +00:00
kempe63
46673007cc Update IO_I2CDFPlayer.h
Added SETAM, set the audio Mixer command to the supported EX-Rail commands.
the audio mixer can now be set at startup by using the configuration in myHall.cpp and it can be modified in an EX-Rail scripts.
Syntax:  PLAYSOUND(<vPin>, 0, <am>, SETAM)
Valid values for <am>: 1 or 2
2024-01-01 20:35:39 +00:00
Harald Barth
9ebb1c5fb1 less debug diag 2024-01-01 21:25:43 +01:00
Harald Barth
19efa749b8 Typo fix HAS vs HAVE 2023-12-31 17:57:30 +01:00
Harald Barth
36cc46e88d DC frequency dummy functions for odd architectures step #6 2023-12-31 13:52:37 +01:00
Harald Barth
bba74a08f6 Do not support obsolete <c> on memory tight arch 2023-12-31 13:22:42 +01:00
Harald Barth
ab58c38e7b motordriver frequency diag 2023-12-31 13:22:34 +01:00
Harald Barth
d4f0a7c8f3 DC frequency uno does not have timers anyway step #5 2023-12-31 13:18:28 +01:00
Harald Barth
ba0a41b6f2 DC frequency fix bit shifting (debug code) step #4 2023-12-31 10:48:48 +01:00
Harald Barth
bf17f2018b fix type and static warning step #3 2023-12-30 22:20:41 +01:00
Harald Barth
67387d2dc3 function bits to freqency step #2 2023-12-30 22:09:01 +01:00
Ash-4
22268aea3f
Merge pull request #379 from DCC-EX/I2CDFplayer
Update IO_I2CDFPlayer.h
2023-12-30 14:58:58 -06:00
kempe63
c468979501 Update IO_I2CDFPlayer.h
Cleaned up the code and tested again.
This is ready to be merged into the devel branch when documentation is finished
2023-12-30 20:51:35 +00:00
Harald Barth
adb8b56c92 variable frequency step #1 2023-12-30 21:23:44 +01:00
Ash-4
c08f89d73f
update for devel 5.2.17 following I2C DFPlayer update
update for devel 5.2.17
2023-12-29 21:24:34 -06:00
Ash-4
41b720d20a
Merge branch 'devel-stm32-cmri' into devel-temp-ash1229 2023-12-29 21:18:16 -06:00
Ash-4
ecde774e8b
Merge pull request #377 from DCC-EX/I2CDFplayer
I2C dfplayer
2023-12-29 20:14:11 -06:00
kempe63
0feb2c74e7 Update IO_I2CDFPlayer.h
Completed implementation of exposing most relevant DFPlayer commands
Fixed a problem with RX corrupted data from DFPlayer.
Added retry (currently max retry 3) after timeout and recovery
Note: Need to think of a more elegant way to recover from a reset command
2023-12-29 22:11:40 +00:00
kempe63
e74c619fac Merge branch 'I2CDFplayer' of https://github.com/DCC-EX/CommandStation-EX into I2CDFplayer 2023-12-27 17:34:43 +00:00
kempe63
32ecbbe147 Update IO_I2CDFPlayer.h
Implented more DFPlayer commands
2023-12-27 17:31:31 +00:00