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

164 Commits

Author SHA1 Message Date
Asbelos
928a9d834a AT command version
+ Withrottle minor fix
2020-07-22 15:14:07 +01:00
Asbelos
177e243507 Avoid bizarre compiler issues
AIDE and SAMD PlatformIO dont agree on write, so use print instead.
2020-07-20 09:55:04 +01:00
Asbelos
2ae7aedcd2 Blocking progtrack call optoin
Note, as yet UNTESTED
2020-07-19 18:39:08 +01:00
Asbelos
0ea0cc6391 Wifinterface startup checks
more relaxed checks as some chips differ
2020-07-19 18:31:51 +01:00
Asbelos
0856164837 Cleaned out warnings 2020-07-16 16:10:27 +01:00
Asbelos
23088cda88 Fixup MemStream warning messages 2020-07-16 14:04:59 +01:00
Asbelos
d39c367132 Merge branch 'objdump' 2020-07-16 13:25:53 +01:00
Asbelos
6ae855235f Wifi timeout on non-blocking responses 2020-07-16 13:19:29 +01:00
Harald Barth
f2c33505ed initial 2020-07-16 13:54:47 +02:00
Asbelos
42e60966e8 Non blocking wifi reply
Still needs send replyerror  timeout check
2020-07-16 11:52:06 +01:00
Asbelos
3ae457ace2 Wifi back on 2020-07-16 10:51:09 +01:00
Asbelos
57cc5ad705 Save memory
by eliminating last call to arduino version of digitalRead
2020-07-15 22:51:50 +01:00
Asbelos
8d4d9bd28e Update objdump.bat
Even more sorted info
2020-07-15 20:26:19 +01:00
Asbelos
d5ca866972 Create objdump.bat
Useful bat file to view the memory allocations made by the compiler
2020-07-15 20:05:03 +01:00
Asbelos
0138c50f41 Update README.md 2020-07-15 16:40:15 +01:00
Harald Barth
71c4c42331 updated URL 2020-07-14 17:45:11 +02:00
Asbelos
44d41ac4d6 Wifi write(0)
Some environments complain about sending a char
2020-07-14 13:32:55 +01:00
Asbelos
3691cf87d3 use digitalRead2 2020-07-12 19:12:25 +01:00
Asbelos
cb4d9823b5
Merge pull request #4 from Asbelos/overcurrent-sense
Overcurrent sense
2020-07-12 18:54:15 +01:00
Harald Barth
0d0f591d29 revert Config.h to standard 2020-07-12 16:38:06 +02:00
Harald Barth
f3eea33f06 Merge branch 'tinker2-mega' into mergefix-2
Conflicts:
	Config.h
	DCCEXParser.cpp
	DCCWaveform.cpp
	DCCWaveform.h
	Hardware.cpp
2020-07-12 16:25:16 +02:00
Harald Barth
22d4fcf3b8 more ifdefs 2020-07-12 16:03:22 +02:00
Harald Barth
9b04e7dfd6 Merge branch 'hash' into mergefix 2020-07-12 15:40:19 +02:00
Asbelos
98ce3ae5d2
Merge pull request #3 from Asbelos/hash
Hash
2020-07-12 08:58:43 +01:00
Harald Barth
8f47311cbc Merge branch 'hashcommand' into hash 2020-07-12 01:49:51 +02:00
Harald Barth
0583fac416 Expotential overcurrent handling #1 2020-07-12 01:36:56 +02:00
Asbelos
a245b9d119 Prog-Track-As-Siding 2020-07-12 00:11:30 +01:00
Asbelos
2fbbbfc8bd Parse with < bug 2020-07-12 00:08:50 +01:00
Asbelos
ff881790ac Increase PROG repeats
refer @grbba
2020-07-11 09:35:57 +01:00
Asbelos
333410c368 Change PROG current detect during ACK 2020-07-11 09:06:34 +01:00
Harald Barth
9d9c6edc2f Pololu on Mega seems OK 2020-07-10 01:03:47 +02:00
Asbelos
e27c176fdf No reminders for F13-F28 2020-07-05 21:24:54 +01:00
Asbelos
4aceff8b7c WiThrott;e FIXES 2020-07-05 21:00:27 +01:00
Harald Barth
0a3d2e7595 Implement # command 2020-07-04 21:53:44 +02:00
Harald Barth
e244de7835 more merge 2020-07-04 21:44:36 +02:00
Harald Barth
ac3c8661a6 more merge 2020-07-04 21:40:08 +02:00
Harald Barth
90e4f3ea19 Merge branch 'master' into mergefix
Conflicts:
	DCCWaveform.cpp
2020-07-04 21:36:05 +02:00
Harald Barth
cecbc62e73 Sense factor corr 2020-07-04 21:32:21 +02:00
Asbelos
a2636b1296 ACK pulse durations
Refer @haba
2020-07-03 17:57:24 +01:00
Asbelos
dc33acf7d4 Update WiThrottle.cpp 2020-07-03 17:35:32 +01:00
Asbelos
46d1f3e237 Copyrights etc 2020-07-03 17:35:02 +01:00
Asbelos
dc13a0e209 Update DCCWaveform.cpp 2020-07-03 17:12:53 +01:00
Harald Barth
e0dbe06939 Merge branch 'tinker2-uno' into mergefix
Conflicts:
	Config.h
	DCCWaveform.h
	Hardware.cpp
2020-07-03 16:17:28 +02:00
Harald Barth
0c9b2d962b Correct place for checkAck() so ack pulse lenth is correct 2020-07-03 16:03:10 +02:00
Harald Barth
3d7a9500cf First test on Uno 2020-07-03 00:19:59 +02:00
Asbelos
53769205e4 OOps current detect wrong 2020-07-02 19:13:08 +01:00
Asbelos
505a8346d8 Current detector factors 2020-07-02 17:54:09 +01:00
Asbelos
b0debd1fab Interrupt time ACK manager 2020-07-02 12:49:35 +01:00
Asbelos
5a23fc717f currecting unused pin 2020-07-02 08:04:38 +01:00
Asbelos
9ebe4ad834 Update WifiInterface.cpp 2020-07-01 23:02:45 +01:00