Fred
196a27a27a
Update WifiESP32.cpp ( #338 )
...
* Update WifiESP32.cpp
Fix SSID for AP from DCC_ to DCCEX_
* Update version.h to 4.2.59
2023-06-22 19:47:20 -04:00
Harald Barth
db555e8820
Start motordriver as soon as possible but without waveform
2023-06-22 22:57:59 +02:00
Harald Barth
0d679ad993
version
2023-06-21 10:49:49 +02:00
peteGSX
995c6f8ede
Update version
2023-06-20 19:32:43 +10:00
Harald Barth
d5dad767a4
version 4.2.55
2023-06-19 00:09:27 +02:00
Harald Barth
8a69403dda
devel release version 4.2.54
2023-06-03 22:01:14 +02:00
Harald Barth
e81d1cc93a
Better warnings for pin number errors
2023-05-29 09:48:22 +02:00
Harald Barth
82929245ed
char * / flashstring conflict
2023-05-25 14:02:28 +02:00
Harald Barth
db0e0cbf8b
Send default function list in jR as well
2023-05-25 10:29:01 +02:00
Harald Barth
5607ff7167
version
2023-05-25 09:29:42 +02:00
Harald Barth
b80d7bd517
Pin handling supports pins up to 254
2023-05-21 11:54:46 +02:00
Harald Barth
132b0773ef
Fault pin handling made more straight forward
2023-05-20 23:15:15 +02:00
Harald Barth
3b6789ef01
Merge branch 'devel-sabertooth' into devel
2023-05-20 14:59:07 +02:00
Harald Barth
c472f48d93
Experimental support for sabertooth motor controller on ESP32
2023-05-20 14:57:00 +02:00
Harald Barth
ecc366cbd1
Merge branch '332-feature-request-add-a-no-programming-option-to-save-ram-on-uno' into devel
2023-05-09 14:11:18 +02:00
Harald Barth
5164bd143c
versions
2023-05-08 00:22:31 +02:00
Asbelos
6781e44fdd
Fix EXRAIL speed issue
2023-05-02 22:02:52 +01:00
Asbelos
a3c9800aba
Update version.h
2023-05-02 12:29:03 +01:00
peteGSX
2d1e695ac7
Disable <D ACK>
2023-04-20 08:26:17 +10:00
peteGSX
7addb13785
Disable <R> completely
2023-04-20 07:21:32 +10:00
Asbelos
70fae16ab3
Correct response to <JA 0>
2023-04-19 11:18:47 +01:00
Harald Barth
f465020e93
Support boards with inverted fault pin
2023-04-17 23:40:48 +02:00
Colin Murdoch
ff53b90034
Update version.h
...
Added ONCLOCKMINS for FastClock
2023-04-12 12:11:43 +01:00
peteGSX
4bad334875
Update version
2023-04-11 12:01:25 +10:00
Harald Barth
bfa33a9df7
Fix STM32 set right port mode bits for analog port
2023-04-10 01:47:00 +02:00
Colin Murdoch
c11d8f6359
Add TURNOUTL Macro to EXRAIL
...
Add TURNOUTL Macro to EXRAIL and retrospective update to version.h to record addition of EX-FastClock mods.
2023-04-08 17:22:39 +01:00
Asbelos
273f55b143
4.2.41 Hal setup and DNOU8 fix
2023-04-05 23:19:43 +01:00
peteGSX
9571088e1b
Added disable logic
2023-04-06 07:03:59 +10:00
Neil McKechnie
6b535654f8
DFplayer driver now polls device to detect failures and errors.
...
Add cyclic (1-second) poll of DFplayer device to detect if it goes unresponsive.
2023-03-31 16:40:40 +01:00
peteGSX
89664eff9d
Cleaned up warning
2023-03-30 06:54:18 +10:00
f8b054cf6a
[ESP32] Use GPIO 35/A2 and 34/A3 for current sensing ( #325 )
...
* [ESP32] Use GPIO 35/A2 and 34/A3 for current sensing while used in combination with the standard Motor Shield
* Update version.h changelog
2023-03-27 10:44:47 -04:00
Neil McKechnie
f348857ddb
Add FLAGS device for EX-RAIL state communications. Improve VPIN display in messages.
...
FLAGS HAL device added to IODevice.h, which allows use of SET/RESET/<Z>/<T> to set and reset a VPIN state, and to allow <S>/IF/IFNOT/AT/WAITFOR/etc. to monitor the VPIN state.
Also, correct handling of VPINs above 32767 in DIAG calls within IODevice.cpp and IODevice.h.
2023-03-27 12:39:11 +01:00
Harald Barth
bdd4bc9999
version
2023-03-25 22:26:57 +01:00
Harald Barth
8a425fe0ef
do not broadcast a turnout state that has not changed 2
2023-03-25 19:28:37 +01:00
Harald Barth
1ec378281b
do not broadcast a turnout state that has not changed
2023-03-25 12:14:58 +01:00
Asbelos
f0ee8aeb85
z Commands
2023-03-23 19:52:49 +00:00
peteGSX
a3d03ac68c
Fix validated, update version
2023-03-21 07:04:08 +10:00
peteGSX
4087cd6e29
Fixed non-working analogue inputs
2023-03-20 19:05:53 +10:00
Neil McKechnie
43c7baf8f5
Fix display scrolling on LCD and OLED
...
Eliminate spurious blanking of screen in mode 1, duplicated lines of text in mode 2, and non-display of more than the first screen-full of lines in mode 0.
2023-03-19 22:06:02 +00:00
Asbelos
329dc41452
Remove implicit AUTOSTART
2023-03-18 18:52:01 +00:00
Neil McKechnie
e55dc51bdb
EX-IOExpander updates
2023-03-18 15:05:21 +00:00
Harald Barth
278347756a
Bugfix Scroll LCD without empty lines and consistent
2023-03-15 16:41:02 +01:00
Neil McKechnie
3d35e78533
Update version.h
2023-03-15 09:39:30 +00:00
Harald Barth
27ba551986
Bugfix LCD showed random characters in SCROLLMODE 2
2023-03-14 20:50:24 +01:00
peteGSX
48cd567bda
Update version after testing
2023-03-14 19:04:08 +10:00
Asbelos
5e60fb4e27
SAMD21 odd byte boundary
2023-03-11 22:46:11 +00:00
Harald Barth
45cf610028
Bugfix Ethernet shield: Static IP now possible
2023-03-10 17:49:51 +01:00
Harald Barth
f94a5f971e
Bugfix signalpin2 was not set up in shadow port
2023-03-07 16:20:00 +01:00
Asbelos
bec8aea5a5
TM Broadcasts
...
TM changes will trigger TM state broadcasts
2023-03-06 11:57:14 +00:00
peteGSX
46070e2999
Non-blocking implemented
2023-03-04 18:55:13 +10:00
Asbelos
a17a55d904
Implement <JG> <JI>
2023-03-02 13:03:05 +00:00
Asbelos
f0c1ea958c
4.2.19 sensorOffset bugfix
2023-03-02 10:45:39 +00:00
Neil McKechnie
b7483d99e9
Update version.h
2023-02-23 11:13:05 +00:00
Neil McKechnie
ef85d5eaba
Update version.h
...
4.2.18
2023-02-22 21:28:16 +00:00
Neil McKechnie
f281938606
Merge branch 'devel' into devel-nmck
2023-02-22 21:24:08 +00:00
Harald Barth
2ada89f918
LCN bugfix
2023-02-12 20:35:57 +01:00
Neil McKechnie
ec73ac69d9
A few more name changes to more generic names
2023-02-12 09:01:16 +00:00
peteGSX
47cda83210
Disabled servo animations
2023-02-12 10:36:26 +10:00
peteGSX
acadf241e6
Update version
2023-02-09 13:15:04 +10:00
peteGSX
938b4cfbd6
Update version
2023-02-09 12:58:48 +10:00
peteGSX
5efb0c5013
Basic PWM working
2023-02-09 12:58:48 +10:00
Neil McKechnie
7de46a0c17
Add <D HAL RESET> command to attempt to reset failed devices.
2023-02-09 00:16:39 +00:00
Neil McKechnie
a0f0b860eb
Update version.h
2023-02-07 23:21:23 +00:00
Neil McKechnie
e2e9b7bae7
Update version.h
2023-02-07 22:04:09 +00:00
Harald Barth
95945eab4c
version bump
2023-01-29 08:50:19 +01:00
Harald Barth
212bf8d80e
Broadcast power for <s> again
2023-01-29 08:13:52 +01:00
Harald Barth
290d878063
version
2023-01-28 19:09:16 +01:00
Harald Barth
9e5d780c14
Bugfix for issue #299 TurnoutDescription NULL
2023-01-27 18:42:26 +01:00
Harald Barth
2c0886bc2f
version and copyright info
2023-01-27 17:03:39 +01:00
peteGSX
fcf16c1367
Update version
2023-01-26 18:53:25 +10:00
Asbelos
b1bd28273d
duinoNodes support
2022-12-26 11:06:42 +00:00
Asbelos
1d61a8f3f9
HIGHMEM + WITHROTTLE
...
EXRAIL HIGHMEM feature affects parser and withrottle.
Ringstream and wifi fixes
Withrottle connecting / reconnecting
2022-12-16 13:14:48 +00:00
Harald Barth
13368c319a
reuse WiThrottle list entries
2022-12-05 15:52:23 +01:00
Harald Barth
cb1fc75077
version
2022-12-04 20:12:04 +01:00
Harald Barth
f4aa572df2
Remove RAM thief
2022-11-18 20:19:53 +01:00
Harald Barth
d874ad8cc3
Make GETFLASHW code more universal
2022-11-09 00:52:07 +01:00
Harald Barth
be2f3b0db7
Ethernet restructure
2022-11-04 16:08:43 +01:00
Harald Barth
3da44be86f
version 4.2.4
2022-09-19 00:08:29 +02:00
Harald Barth
431dc2bcc6
version 4.2.4 rc3
2022-09-18 22:30:19 +02:00
Harald Barth
ad6c1384c9
EXRAIL bugfix, protect RANDWAIT from division by zero. Triggered by DELAYRANDOM(X, X+99) or less diff
2022-09-05 09:02:35 +02:00
Harald Barth
c6866aba86
Fundumoto board does not have brake
2022-08-30 22:45:10 +02:00
Harald Barth
86215b28ae
Bugfix: Preserve direction all times when switching between DCC and DC
2022-08-23 07:56:56 +02:00
Harald Barth
9633e77c0a
move mark/commit into CommandDistributor::parse()
2022-08-16 19:22:19 +02:00
Harald Barth
ee279c9a03
version update
2022-08-02 21:56:06 +02:00
Harald Barth
ee639de5d6
fix diag bug, update version strings
2022-07-15 21:52:38 +02:00
Harald Barth
7fba96417f
Merge branch 'TM_nofloat' into TM-mergetest
2022-06-11 22:14:56 +02:00
Harald Barth
5eb9678437
Merge branch 'master' into TrackManager-PORTX
2022-06-11 21:40:08 +02:00
Asbelos
16fafccf15
Command Distributor
...
Improve and split multi-language responses. Remove dependency on RingStream.
2022-06-10 12:22:28 +01:00
Asbelos
2b2012ef1d
float memory saver
2022-06-06 17:37:23 +01:00
Asbelos
5f568c05b9
Merge branch '240-command-shows-flags-without-signal-aspect-information' into TrackManager
2022-05-23 14:35:57 +01:00
Asbelos
506b65d0ea
Fix </> command for signals
2022-05-18 17:44:41 +01:00
Harald Barth
632d777fe7
version
2022-05-13 16:21:15 +02:00
Ash-4
357560b226
Update version.h
...
Space character needed after 4.1.1 for JMRI parsing.
JMRI applies updated functions based on the version.
2022-05-07 10:51:00 -05:00
Harald Barth
589336eac3
better bugfix for bitfield in turnout struct
2022-05-07 08:47:34 +02:00
Fred
2fd7a31ae4
Update version.h
2022-05-03 21:06:24 -04:00
Fred
977802f160
Servo signal ( #227 )
...
Prepping for version 4.1
SERVO_SIGNAL definition in EXRAIL
SERVO_SIGNAL(vpin, redpos, amberpos, greenpos)
use RED/AMBER/GREEN as for led signals.
* SIGNALH, ATGTE, ATLT
UNTESTED
* Automatic ALIAS(name)
and _ in keywords
* EXRAIL FORGET current loco
* EXRAIL </KILL ALL>
* EXRAIL VIRTUAL_TURNOUT
* Cleanup version.h
* Update version.h (#223 )
Rewrite & Updated the 4.0.0 Section
* </KILL ALL> fix
* Incoming LCN turnout throw.
* KILLALL macro
and DIAGNOSTIC messages when KILL command used.
* EXRAIL PARSE
* Rebuild throttle info getters
UNTESTED... create different methods to obtain throttle info without being withrottle specific.
Also implements turnout description of "*" as hidden.
* J command parsing
JA JR JT commands parsed
EXRAIL sets hidden turnout state
HIDDEN description macro
Turnouts hidden flag bit
UNO seems OK, MEGA UNTESTED
* Assist notes draft & syntax tweaks
* Throttle notes
* uno memory saver
* JA JR and <t cab>
* Subtle corrections
* Update version.h
* I2C code corrections
Corrections to I2C code:
1) I2CManager_Mega4809.h: Correct bitwise 'and' to logical 'and' - no impact.
2) I2CManager_Wire.h: Ensure that error codes from Wire subsystem are passed back to caller in queueRequest().
* RAG Ifs and cmds
* IF block perf/memory
* Allow negative route ids.
* correct GREEN keyword
* Update version.h
* myFilter auto detect
* Update version.h
* fix weak ref to myFilter
* ACK defaults now 50-2000-20000
* Update version.h
* Improved SIGNALs startup and diagnostics
* Update IO_PCA9685.cpp
* Allow turnout id 0
* Position servo pin used as GPIO
* NoPowerOff LEDS
* CALLBACK parameter optional for Write
* WRITE CV ON PROG <W CV VALUE>
Callback parameters are now optional on PROG
* Updated CV read command <R cv>
Equivalent to <V cv 0> uses the verify callback.
Co-authored-by: Asbelos <asbelos@btinternet.com>
Co-authored-by: Kcsmith0708 <kcsmith0708@wowway.com>
Co-authored-by: Neil McKechnie <neilmck999@gmail.com>
Co-authored-by: Ash-4 <81280775+Ash-4@users.noreply.github.com>
2022-05-03 16:53:33 -04:00
Asbelos
5bdbe3895d
spelling
2022-04-29 14:55:50 +01:00
Asbelos
bcd1335b08
Merge branch 'ServoSignal' into TrackManager
2022-04-29 13:58:26 +01:00
Ash-4
ad97592788
Update version.h
2022-04-27 10:38:00 -05:00
Asbelos
21d1f482cf
Merge branch 'ServoSignal' into TrackManager
2022-04-19 11:35:17 +01:00