peteGSX
f40d57d8bd
Add DCC type, EXTT broadcast from driver
2023-09-01 08:44:32 +10:00
peteGSX
9fa213e198
Undo callback
2023-08-31 13:51:25 +10:00
peteGSX
a0c1ad182c
Start on callback
2023-08-30 19:48:30 +10:00
peteGSX
232ac993ec
Separate add from create
2023-08-30 08:45:11 +10:00
peteGSX
6cad794411
Working with 15 positions
2023-08-29 19:04:45 +10:00
peteGSX
b0d8510127
Working but limited
2023-08-29 13:38:52 +10:00
peteGSX
3bfdd16288
Start on JO
2023-08-28 13:11:37 +10:00
peteGSX
df4a501e8a
Writing to driver
2023-08-28 08:36:09 +10:00
peteGSX
2202cb0c5e
Minor progress
2023-08-27 19:30:56 +10:00
peteGSX
1425da20b5
Correct order
2023-08-26 19:41:17 +10:00
peteGSX
b823a647ac
Some progress
2023-08-26 10:26:01 +10:00
peteGSX
ff9c558b61
Not much progress
2023-08-23 19:08:04 +10:00
peteGSX
b277d204f0
Progress!
2023-08-22 19:30:22 +10:00
peteGSX
c4febd1d0f
More parser
2023-08-21 19:33:45 +10:00
peteGSX
98f8022268
Fix device driver, disable objects, start parser
2023-08-21 06:43:06 +10:00
peteGSX
1491da4813
Starting, very broken
2023-08-20 19:26:04 +10:00
Harald Barth
df2e651217
version, compile warning
2023-08-02 01:12:32 +02:00
Harald Barth
ab1356d070
Change first join/unjoin and set power after that
2023-07-02 13:55:56 +02:00
Harald Barth
dd80260781
add common fault pin handling to new overload code
2023-06-21 10:44:57 +02:00
Harald Barth
db0e0cbf8b
Send default function list in jR as well
2023-05-25 10:29:01 +02:00
Harald Barth
20d66fad4e
Routes, automations and roster lists: Exclude ID 0 to be presented as available
2023-05-24 13:31:18 +02:00
Harald Barth
951a6637f0
INT16_MAX is a better end of array marker than -1
2023-05-23 10:57:45 +02:00
Harald Barth
fdbcbdf418
Do not send default roster entry on withrottle but on JR
2023-05-22 22:51:35 +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
3759fc2a1a
add checks for broken cab ID
2023-05-08 00:19:59 +02:00
Harald Barth
4eaad2d05b
disable more PROG stuff (JOIN/UNJOIN from EXRAIL)
2023-04-23 22:45:47 +02:00
Harald Barth
72d131035e
disable more PROG stuff (all hash keywords PROG etc)
2023-04-23 20:24:29 +02: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
peteGSX
b6f8889e8c
Disable most programming functions
2023-04-20 07:08:11 +10:00
Colin Murdoch
d857c4f2e4
Added to Copyright notice
...
Added my name to copyright notice
2023-04-19 19:45:40 +01:00
Neil McKechnie
86c3020672
Correct display of high VPIN numbers in diagnostic output.
...
No functional change.
VPINs are unsigned integers in the range 0-65535 (although the highest values are special, 65535=VPIN_NONE). Values above 32767 were erroneously being displayed as negative. This has been fixed, which is a pre-requisite for allowing VPINs above 32767 to be used.
2023-03-27 13:08:14 +01:00
Asbelos
f0ee8aeb85
z Commands
2023-03-23 19:52:49 +00:00
Asbelos
b969563d35
Squashed commit of the following:
...
commit 4d8efcdd05
Author: Asbelos <asbelos@btinternet.com>
Date: Wed Mar 1 16:32:05 2023 +0000
Reinstate obsolete <s>
commit 003313998b
Author: Asbelos <asbelos@btinternet.com>
Date: Wed Mar 1 16:07:11 2023 +0000
Change <I><G> to <JI><JG>
commit c72bf51959
Author: Asbelos <asbelos@btinternet.com>
Date: Sat Feb 25 17:38:39 2023 +0000
G and I commands
2023-03-02 12:56:30 +00:00
Neil McKechnie
7e2487ffbb
Avoid compiler error when no HAL installed.
2023-02-10 15:29:09 +00: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
d8881deb6a
Merge branch 'devel' into devel-nmck
2023-02-07 18:05:18 +00:00
Harald Barth
212bf8d80e
Broadcast power for <s> again
2023-01-29 08:13:52 +01:00
Harald Barth
2a7588b1b5
jT answer should contain empty string
2023-01-28 19:07:59 +01:00
Harald Barth
9e5d780c14
Bugfix for issue #299 TurnoutDescription NULL
2023-01-27 18:42:26 +01:00
Neil McKechnie
10c8915d33
Ensure correct functions are called for strcpy_P, strncmp_P, strlen_P etc. on non-AVR targets..
2023-01-23 22:28:43 +00:00
Colin Murdoch
cd46d3c9e0
Remove #ifdef and merge calcs
...
Remove #idfef statements and merge duplicate routines into CommandDistributor
2023-01-21 10:18:54 +00:00
Colin Murdoch
8fac20a451
Add #ifdef selections
...
Add #ifdef selections linked to #define in config.exampe.h
2023-01-16 18:16:25 +00:00
Colin Murdoch
ff7260b9bc
Added code for FastClock
...
Added code for both I2C fastclock and serial clocks
2023-01-11 17:36:11 +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
2b3ba514b0
Use X as the questionmark sign in <T 17 X>
2022-11-05 23:11:54 +01:00
Harald Barth
a199de6d3e
Make <T nn ?> return long config print
2022-11-04 23:43:26 +01:00
Harald Barth
c0cb643cb5
When sending all turnouts, keep it short
2022-11-04 23:15:29 +01:00
Harald Barth
a9ce9101e6
return success/fail from <f> and <F> command handling (setFn, parsef)
2022-08-20 18:15:18 +02:00
peteGSX
0a6d023373
Add <D TT ...> ready to test
2022-08-14 06:58:20 +10:00