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

525 Commits

Author SHA1 Message Date
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
Harald Barth
c6cff3b4bd wifi setup tristate 2020-10-27 21:50:46 +01:00
Asbelos
e077bc123a Merge branch 'wifi-reliability2' into Ethernewt- 2020-10-27 16:49:53 +00:00
Asbelos
d61273a7b0 Merge branch 'master' into Ethernewt- 2020-10-27 16:48:53 +00:00
Asbelos
6e9f584f72 Merge branch 'master' into wifi-reliability2 2020-10-27 12:52:02 +00:00
Asbelos
96fba12d59 ONLY 1 Call to WifiInboundHandler::setup!
Or it wastes 1.5kb each time!
2020-10-27 12:50:01 +00:00
Asbelos
a65ca0b704 Cleaner purge after error or connect fail 2020-10-27 12:33:01 +00:00
Asbelos
138851f45f Cleaner purge on ERROR 2020-10-27 11:04:51 +00:00
Asbelos
6c0b5d82be Ring count improvements
Count is stashed at start of message so can be got without counting.
Commit discards empty replies automatically.
2020-10-27 10:38:30 +00:00
Harald Barth
59a1a8eb1b turn off tcp server to reset connections 2020-10-27 07:33:04 +01:00
Harald Barth
019001675e return false if parseS does not find any sensors 2020-10-27 07:24:48 +01:00
FrightRisk
8101e75dae Remove unneccessary break command 2020-10-26 14:00:25 -04:00
FrightRisk
babdad06ca Remove commands that were called twice 2020-10-26 13:28:47 -04:00
FrightRisk
369a75f958 Fix return values for outputs and sensors (<X> and <O> responses 2020-10-26 12:57:37 -04:00
Asbelos
b7fc055953 Passing Strteamer correctly
Previous method copied entire buffer!!!!
2020-10-26 13:58:25 +00:00
Asbelos
8ff947f895 Passing outbound Ring to Withrottle
This will allow Withrottle to send to other clients and broadcast messages.
2020-10-26 13:31:51 +00:00
Asbelos
6833d82789 Buffer overflow resilience
And diag output of replies
2020-10-26 12:59:40 +00:00
Harald Barth
9149bc0ee2 no float in Sensor no more 2020-10-26 09:10:45 +01:00
Harald Barth
ecd176042e checkAll() only checks one now (and should be renamed) 2020-10-26 00:56:25 +01:00
Harald Barth
9099af3188 Sensors show their status at change (as in classic) 2020-10-25 23:52:22 +01:00
Asbelos
a16b3a1fa6 Drop obsolete reference 2020-10-22 20:24:47 +01:00
Harald Barth
c882c2edfc prepare version for release 2020-10-22 20:38:10 +02:00
Asbelos
8c8a484671 License details correction 2020-10-20 12:48:32 +01:00
Asbelos
742f10bf0a Merge branch 'master' into wifi-reliability2 2020-10-20 12:31:52 +01:00
Harald Barth
4dee6da29e make volatile because of interrupt routine and optimzer in PIO 2020-10-20 10:55:12 +02:00
Harald Barth
7dca6db1c5 Bit shuffling for function groups 2020-10-13 23:08:19 +02:00
Asbelos
ae77c5b7d6 Send all functions 2020-10-13 18:01:11 +01:00
Asbelos
11e22c5d1d Working Wifi ringbuffer implementation
Notice 1kb output buffer
Aslo no need to copy command in Withrottle
2020-10-13 17:37:40 +01:00