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

602 Commits

Author SHA1 Message Date
LarryD
2cdd0d20cc
Moved Rough Release Notes to Release Doc Folder 2020-11-25 17:47:06 -06:00
LarryD
20891968ed
Add Folder for Release Doc and Architecutre Structure 2020-11-25 17:42:25 -06:00
mstevetodd
aa550ec3e6
Merge pull request #6 from DCC-EX/master
Mcommand (#100)
2020-11-24 22:14:21 -05:00
Harald Barth
edc39e7342 ack pulse length configurable from diag 2020-11-24 21:39:21 +01:00
Harald Barth
3faa48476c ack diag better messages 2020-11-24 21:12:55 +01:00
Asbelos
2ea8bfdd7c
Mcommand (#100) 2020-11-24 07:49:15 -05:00
mstevetodd
57d90d679a
Merge pull request #5 from DCC-EX/master
Create release-notes.md
2020-11-23 16:19:56 -05:00
Harald Barth
beca0b3368 Safety measure: Turm power off at + command 2020-11-23 22:13:36 +01:00
David Cutting
29edc65295 Create release-notes.md 2020-11-22 20:19:52 -07:00
Harald Barth
31022094c1 adjust timeouts 2020-11-23 00:46:14 +01:00
Harald Barth
a3ddcb059a make connection timeout configurable 2020-11-21 23:23:27 +01:00
Harald Barth
89b158f3d1 cut timeouts shorter 2020-11-21 22:20:15 +01:00
mstevetodd
7d460e5ef1
Merge pull request #4 from DCC-EX/master
update from upstream
2020-11-21 11:39:41 -05:00
Harald Barth
7753f6dbb5 many typos fixed 2020-11-18 23:53:06 +01:00
Harald Barth
df2e40fa11 empty SSID is "unconfigured" as well 2020-11-18 23:42:37 +01:00
Asbelos
258113c580
Fix T commands (#59)
Fix <H ..> response giving 128 instead of 1 for active status
2020-11-18 07:34:02 -05:00
Harald Barth
612cb95f85 make AP password setable 2020-11-17 15:16:45 +01:00
David Cutting
9ee5dc1600
Merge pull request #50 from DCC-EX/remove-boards
Remove all boards but Uno, Mega, and Nano
2020-11-16 15:20:17 -07:00
David Cutting
ed5031cbf6 Remove all boards but Uno, Mega, and Nano 2020-11-15 16:21:25 -07:00
Harald Barth
58550a68c8 surpress gcc warnings 2020-11-14 20:13:57 +01:00
mstevetodd
3ccae75e37
Merge pull request #3 from DCC-EX/master
update from upstream
2020-11-14 08:50:17 -05:00
Harald Barth
48d03cc82f Merge branch 'dont-touch-wifi' 2020-11-14 13:21:55 +01:00
Harald Barth
e809a460cc DONT_TOUCH_WIFI_CONFIG feature 2020-11-14 13:17:47 +01:00
David Cutting
266a8728d3
Update README.md
Rewrite to reflect website text and latest release info (originally said we were on v3.0.1). Removed old text referring to BaseStation-Classic.
2020-11-14 04:24:07 -07:00
mstevetodd
6b4199be27
Merge pull request #2 from DCC-EX/master
update from head
2020-11-10 13:57:03 -05:00
Asbelos
b1ac7feb01 Merge branch 'master' into Ethernewt- 2020-11-06 08:54:25 +00:00
Asbelos
6dd4ab0004 Working Ethernet!! 2020-11-05 10:54:16 +00:00
Asbelos
eeac7893a6 Compiler warning 2020-11-05 10:53:55 +00:00
Harald Barth
d248cccf81 special treatment for Pololu board 2020-11-01 10:16:29 +01:00
Harald Barth
34f3abedaf different approach to Polplu board and UNUSED_PIN=127 2020-10-31 22:45:06 +01:00
Harald Barth
6f68adbfe9 comment negative/inverted pin 2020-10-31 11:29:34 +01:00
Harald Barth
5ad396fbf4 fix indent 2020-10-31 11:27:29 +01:00
Harald Barth
7a5b84ef18 handle motorboards with invereted brake pin (like pololu) 2020-10-31 11:26:23 +01:00
Asbelos
a85131ee17 experimental 2020-10-30 13:00:02 +00:00
Asbelos
4dca656fd2 Merge branch 'master' into Ethernewt- 2020-10-30 10:02:45 +00:00
SteveT
0d51294ea5 Update defines.h 2020-10-29 12:53:07 -04:00
SteveT
9e0dcb6fc8 make match master 2020-10-29 12:52:10 -04:00
SteveT
052178970b make match master 2020-10-29 12:47:44 -04:00
SteveT
c53dea018f Merge branch 'master' of https://github.com/mstevetodd/CommandStation-EX 2020-10-29 12:39:42 -04:00
mstevetodd
06ace2484f
Merge pull request #1 from DCC-EX/master
merge from upstream
2020-10-29 12:37:55 -04:00
Harald Barth
50e85d0b79 better isprint instead 2020-10-28 23:19:55 +01:00
Harald Barth
df9b7813a9 include ctype and add license notice 2020-10-28 22:08:51 +01:00
Harald Barth
bf4190063a forgotten end of setup function 2020-10-28 21:16:41 +01:00
Harald Barth
1a1dbb42bc Merge branch 'frightrisk-outputs' of https://github.com/DCC-EX/CommandStation-EX into frightrisk-outputs
Conflicts:
	DCCEXParser.cpp
2020-10-28 20:41:25 +01:00
Harald Barth
27f3842ef5 do second try to set AP ESSID and PASSWORD if necessary 2020-10-28 20:32:20 +01:00
Harald Barth
43755b054f Merge branch 'master' of https://github.com/DCC-EX/CommandStation-EX 2020-10-28 20:25:54 +01:00
Harald Barth
1038be8709 Merge branch 'master' into sensor-activate 2020-10-28 20:23:47 +01:00
Fred
177bf202a8
Update Outputs.cpp
remove extra blank line
2020-10-28 14:27:16 -04:00
Fred
8ed8db1127
Update DCC.h 2020-10-28 14:22:34 -04:00
Fred
7537f4c3d6
Update CommandStation-EX.ino 2020-10-28 14:14:11 -04:00