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

1643 Commits

Author SHA1 Message Date
dexslab
28efc0ffef the start of new feature the config.h template including fix for github build action 2020-09-22 14:57:11 -04:00
mstevetodd
c8a4323a4f
Merge pull request #1 from DCC-EX/master
changes from upstream
2020-09-21 18:56:46 -04:00
Fred
283a988ba3
Update and rename readme.md to README.md 2020-09-21 11:35:14 -04:00
Fred
79136b784c
Merge pull request #37 from DCC-EX/Command-fixex
V fixes, R command and github sha.
2020-09-21 11:24:40 -04:00
Asbelos
ea785b4f07 V fixes, R command and github sha. 2020-09-20 00:59:07 +01:00
FrightRisk
b73d3a84a8 change platformio lib dependencies 2020-09-18 20:02:56 -04:00
FrightRisk
ae2869ba8d Rename .ino to match folder name and make changes for WiFi 2020-09-18 19:40:18 -04:00
FrightRisk
6eec133b24 Merge branch 'master' of https://github.com/DCC-EX/CommandStation-EX
merge cvreader into cs-ex
2020-09-18 17:42:29 -04:00
FrightRisk
2248c73379 remove readme file 2020-09-18 17:28:29 -04:00
FrightRisk
dab8dd08fe Delete files after moving to BS-FB to update this project with CVReader code 2020-09-18 17:06:41 -04:00
Asbelos
59febed37d <V> commands
UNTESTED
2020-09-18 00:04:42 +01:00
Asbelos
f964308994 examples 2020-09-11 23:27:46 +01:00
Asbelos
3a6ed28f9f Correct example positioning 2020-09-11 19:21:00 +01:00
Asbelos
a86b65ced0 Auto prog power diagnostics and cleanup 2020-09-11 12:56:36 +01:00
Asbelos
603c8e4fcd Evn slower slow wave looks better 2020-09-10 17:19:53 +01:00
Asbelos
5239164200 <D DCC SLOW> 2020-09-10 17:11:50 +01:00
Asbelos
39d9defec6 Improved <D> commands
<D ACK 1|0>
<D WIFI 1|0>
<D WIT 1|0>
<D CMD 1|0>
<D CABS>
<D RAM>
2020-09-10 13:09:32 +01:00
Asbelos
6bfa315443 Remove unnecessary delay
Now handled by the BASELINE setup
2020-09-08 22:31:21 +01:00
Asbelos
65697edb22 Merge branch 'autopower' 2020-09-08 22:20:37 +01:00
Harald Barth
106c68ce13 copyright 2020-09-08 22:43:25 +02:00
Harald Barth
d3506583d5 remove unused POWER* opcodes 2020-09-08 22:15:42 +02:00
Harald Barth
7a008938ec autopower on/off merged into BASELINE and exit codes 2020-09-08 22:14:05 +02:00
Harald Barth
ad4928043c Revert "Use POWERON/OFF in progs"
This reverts commit f3ac7fa403.
2020-09-08 21:39:54 +02:00
Harald Barth
0582d939c5 Fastfail if no CV there 2020-09-08 10:12:40 +02:00
Harald Barth
f3ac7fa403 Use POWERON/OFF in progs 2020-09-08 10:00:59 +02:00
Harald Barth
5c775531f6 Introduce POWERON and POWEROFF opcodes 2020-09-08 09:47:40 +02:00
Harald Barth
665a540a73 checkResets takes numResets argument 2020-09-08 09:24:37 +02:00
Asbelos
04d7b82c0d I2C diagnostics
Pending removal of Wire.h
2020-09-07 16:19:55 +01:00
Asbelos
20eef04ba7 typo 2020-09-07 11:20:41 +01:00
Asbelos
1031382299 UPdated Example .inos
basic and wifi
2020-09-07 10:51:25 +01:00
Asbelos
449565376a Simple startup
Minimalist startup ino,  all the clever stuff now moved to the examples directory.
2020-09-06 20:24:18 +01:00
Asbelos
bc53b3e599 Cleaned DIAG interface
All DIAGS can be switched off by StringFormatter::diagSerial=NULL;
2020-09-06 20:23:26 +01:00
Asbelos
4e0c227012 Cleaning of Turnout/Output/Sensor
PLEASE BE AWARE, I have not tested Outputs or Sensors either before or after this change.
(and they were certainly wrong before!)
2020-09-06 12:44:19 +01:00
Asbelos
fd466a5e62 Broadcast stop/estop
Avoids directuion change in reminders
2020-09-03 11:28:52 +01:00
Asbelos
266ef01dbe <s> mod 2020-08-28 14:44:06 +01:00
Asbelos
31651d3e44 Optional Timer number override 2020-08-28 12:34:58 +01:00
Asbelos
6939c4c2e3 WifiInterface AP use mac address 2020-08-27 11:18:19 +01:00
FrightRisk
ff296d6c02 Change platformio.ini 2020-08-26 18:19:42 -04:00
Asbelos
9efcad908c Wifiinterfce AP mode
Create DCCEX_555555 with password PASS_555555    .... not yet using mac address.
2020-08-26 13:18:34 +01:00
Asbelos
ef21b0f97e WifiInterface
Recovering after arduino reboot with ES still connected and data inbound
2020-08-24 16:46:16 +01:00
Asbelos
234e5f0d15 Virtual motor driver functions 2020-08-23 22:04:57 +01:00
Asbelos
b225ffb9f3 Prioritise arriving commands over responses
Sems to provide a more reliable system
2020-08-23 19:56:47 +01:00
Asbelos
db31a2b355 Default to POWERMODE::OFF 2020-08-23 14:17:54 +01:00
Asbelos
6a986d2b0c Embed ArduinoTimers library
Makes it so much easier for novice users as the ArduinoTimers libraray is not yet available from the IDE Library Manager.
2020-08-23 14:14:04 +01:00
David Cutting
6e3e8d738d
Remove UNO WiFi Rev2 from default build sequence
Was fouling up the automated checks
2020-08-22 14:12:53 -06:00
David Cutting
7c9597a4c0
Merge pull request #4 from DCC-EX/cs-issue24-boardMgmtSub
Moved to subclasses for board management
2020-08-22 14:04:51 -06:00
David Cutting
b74fba5809 Maeging with master 2020-08-22 14:04:09 -06:00
Asbelos
d3b486a071 Steves Withrottle stuff 2020-08-20 17:16:47 +01:00
Asbelos
f7557f1436 Turn out changes for WiThrottle 2020-08-20 12:38:09 +01:00
Asbelos
55d175adb0 Restartable Wifi interface. 2020-08-20 10:38:59 +01:00