peteGSX
87073b0d36
Rotary Encoder address 0x67
2024-03-23 13:31:34 +10:00
Harald Barth
0587e6fc09
version 5.2.40
2024-03-18 21:18:57 +01:00
Harald Barth
3cda869c6e
Allow no shield
2024-03-18 21:17:51 +01:00
Harald Barth
59d855549e
version tag
2024-03-12 11:47:25 +01:00
Harald Barth
e3081a7e56
Functions for DC frequency: Use func up to F31 part 2
2024-03-12 11:45:28 +01:00
Harald Barth
8eec85edcf
version 5.2.39
2024-03-11 14:54:18 +01:00
Harald Barth
d753eb43e3
Functions for DC frequency: Use func up to F31
2024-03-11 14:52:55 +01:00
Asbelos
9aac34b403
comments
2024-03-11 12:26:28 +00:00
Asbelos
be218d3032
EXRAIL MESSAGE()
2024-03-08 20:33:11 +00:00
Asbelos
4b04a80e6f
Remove unnecessary warning
2024-03-05 19:59:29 +00:00
Harald Barth
b752666899
remove warning
2024-03-04 15:20:48 +01:00
Harald Barth
3d6f41398d
compile time check WIFI_PASSWORD length for reasonable value
2024-03-04 15:07:03 +01:00
Harald Barth
7503421eb6
Compile time optimization for booster mode
2024-02-26 09:11:21 +01:00
Harald Barth
274affce45
version 5.2.37
2024-02-24 20:57:38 +01:00
Harald Barth
b29a01f436
ESP32: Use the BOOSTER_INPUT define
2024-02-24 20:56:06 +01:00
Harald Barth
1101cfd637
surpress warnings
2024-02-24 17:24:55 +01:00
Harald Barth
3fa2edb0da
fix warning and indent proper
2024-02-20 15:13:22 +01:00
Harald Barth
423d1932ae
merge artifact
2024-02-20 15:08:41 +01:00
Harald Barth
dec39a2ae1
Merge devel-freq
2024-02-20 15:06:07 +01:00
Asbelos
821115caad
Make ASSERT macro match 5.2.35
2024-02-19 20:02:01 +00:00
Harald Barth
fe9b1da8a3
version 5.2.35
2024-02-17 18:52:48 +01:00
Harald Barth
fbbedc7577
make ext acc packet format follow RCN-213
2024-02-17 18:51:13 +01:00
Asbelos
dcd332603c
accessory packet issues.
2024-02-17 11:09:03 +00:00
Asbelos
7e4093f03f
comment only
2024-02-16 12:45:33 +00:00
Asbelos
7ee4188d88
Tidy and version
2024-02-16 12:36:33 +00:00
Asbelos
5742b71ec6
<A> to EXRAIL DCCX_SIGNAL intercept
2024-02-16 12:20:58 +00:00
Asbelos
8705c8c33f
DCCX_SIGNAL(id,redAspect,amberAspect,greenAspect)
2024-02-16 11:49:02 +00:00
Asbelos
e4904e4080
Exrail ASPECT(addr,value)
2024-02-15 20:05:27 +00:00
Asbelos
59b0e8383d
<A addr value>
2024-02-15 19:51:52 +00:00
Harald Barth
784088b0df
get it into nano and uno again
2024-02-11 23:19:51 +01:00
Asbelos
c780b96856
Exrail CONFIGURE_SERVO
2024-02-09 11:54:53 +00:00
Asbelos
4b97d63cf3
Remove compiler warnings
2024-02-09 10:37:51 +00:00
Asbelos
6f1df6ce8e
Merge branch 'devel_railcom_Mega' into devel
2024-02-09 10:30:08 +00:00
Asbelos
eacf48380b
typos in version comments
2024-02-09 10:15:23 +00:00
Asbelos
8293749ac7
JMRI_SENSOR exrail
2024-02-07 22:11:27 +00:00
Asbelos
25cb878060
remove dross
2024-02-07 21:33:06 +00:00
Asbelos
7a9e225602
fill in debug and unsupported drivers
2024-02-07 21:24:48 +00:00
Asbelos
1443ea8df9
Its alive!
2024-02-07 19:50:08 +00:00
Asbelos
cd47782052
reasonable start
2024-02-06 20:03:52 +00:00
Harald Barth
4931c5ed75
tag
2024-02-05 09:28:07 +01:00
kempe63
53fec9bc3a
Merge branch 'devel' of https://github.com/DCC-EX/CommandStation-EX into devel
2024-02-04 18:57:50 +00:00
kempe63
4780ea63cf
Prepend I2CDFPlayer with DF_ to solve Nucleo RESET directive
...
Prepend all I2CDFPlayer EXRail commands with DF_ to solve a Nucleo defined RESET
2024-02-04 18:57:30 +00:00
Harald Barth
5f6e18e1e7
remove mega328 from default build env list
2024-02-04 13:59:10 +01:00
Harald Barth
be40a7e274
version 5.2.30
2024-02-04 12:51:41 +01:00
Harald Barth
e7f82bdf92
WiThrottle sendIntro after initial N message as well
2024-02-04 12:49:55 +01:00
kempe63
63702ae64e
Update fro myHal.cpp_example.txt
...
Noticed some ommissions, corrected now
2024-02-03 19:27:58 +00:00
kempe63
7cbf4de1b9
Update myHal.cpp_example.txt
...
Update with instructions for IO_ I2CDFPlayer
2024-02-03 19:25:41 +00:00
kempe63
3c4e4bb14d
Added support for DFPLayer over I2c - IO_I2CDFPlayerh
...
Added IO_I2CDFPlayer.h to support DFPLayer over I2C connected to NXP SC16IS750/SC16IS752 (currently only single UART for SC16IS752)
Added enhanced IO_I2CDFPLayer enum commands to EXRAIL2.h
Added PLAYSOUND alias of ANOUT to EXRAILMacros.h
EXRail additions as per advice from Chris
2024-02-03 19:05:56 +00:00
Harald Barth
6d0740eab4
version 5.2.28
2024-01-21 21:11:57 +01:00
Harald Barth
0a52a26d50
ESP32: Can all Wifi channels. Only write Wifi password to display if it is a well known one
2024-01-21 21:09:55 +01:00