Asbelos
5adabcd1af
Merge branch 'ServoSignal' into TrackManager
2022-03-28 14:56:27 +01:00
Asbelos
2727332be3
Update version.h
2022-03-28 14:53:16 +01:00
Asbelos
49e0a0e5f5
DC track change fixes
2022-03-28 14:44:41 +01:00
Kcsmith0708
78810d0e36
Update version.h ( #220 )
...
* Update version.h
Updated 4.0.2 release features
cleaned up 4.0.0 feature list
* Update version.h
Added and Updated 4.0.0 Features
* Update version.h
modified 4.0.0 new JMRI features
* Update version.h
Updated4.0.0 release information
2022-03-24 11:35:00 -04:00
Kcsmith0708
6826e01bd3
Update version.h ( #223 )
...
Rewrite & Updated the 4.0.0 Section
2022-03-24 11:34:11 -04:00
Asbelos
2cd0c169ce
Cleanup version.h
2022-03-24 13:56:01 +00:00
Asbelos
92c2768c0b
EXRAIL VIRTUAL_TURNOUT
2022-03-24 11:56:06 +00:00
Asbelos
0040f5caf6
EXRAIL </KILL ALL>
2022-03-24 11:10:09 +00:00
Asbelos
349f5d5362
EXRAIL FORGET current loco
2022-03-24 10:40:49 +00:00
Asbelos
a10fca2b12
TM Power setting fixes
2022-03-23 17:06:15 +00:00
Asbelos
99c7ff6c3f
EXPERIMENTAL vpin for motorDriver power
...
No need to use fastpin for power, so we can allow a remoted vpin which helps when TrafficManger is running short of pins
2022-03-23 12:30:21 +00:00
Asbelos
2a87a6e997
Created TrackManager.md
2022-03-23 12:09:41 +00:00
Asbelos
dea55fec79
Merge branch 'ServoSignal' into TrackManager
2022-03-21 16:32:45 +00:00
Asbelos
269e1b36ea
Automatic ALIAS(name)
...
and _ in keywords
2022-03-21 16:29:35 +00:00
Asbelos
865c8dd3bd
DCX Track mode
...
And unified SET_TRACK Exrail macro
2022-03-19 16:26:29 +00:00
Asbelos
be186b967b
CODE TIDY
...
Moved join code out of DCCWaveform to reduce footprint for ESP32 waveform replacement.
2022-03-19 11:22:31 +00:00
Asbelos
4f2dc0934f
prevent DC addr 0
2022-03-18 20:03:19 +00:00
Asbelos
75b16c9047
Change track manager cmd to =
...
And fix the wrong param number at the same time!
2022-03-18 16:41:52 +00:00
Asbelos
cd952c6ede
Merge branch 'ServoSignal' into TrackManager
2022-03-18 13:47:07 +00:00
Asbelos
367e400d75
SIGNALH, ATGTE, ATLT
...
UNTESTED
2022-03-18 13:46:07 +00:00
Asbelos
f5fb1540f0
Merge branch 'master' into ServoSignal
2022-03-18 13:43:15 +00:00
Asbelos
7e3dcb8e8c
Correct merge issues from master
2022-03-07 18:46:29 +00:00
Asbelos
4437f870b6
Merge branch 'master' into TrackManager
2022-03-07 18:40:32 +00:00
Asbelos
ac3ffd2a36
Exrail BROADCAST and POWERON version 4.0.1 ( #216 )
...
* EXRAIL BROADCAST("msg") UNTESTED
* Add POWERON to EXRAIL
* POWERON only powers main, join will do both
* Update Version 4.0.1
* Broadcast jopin after driveaway
* rollback of previous edit line 535 WiThrottle.cpp
* restructure GetLocoCallback() for better readability and put broadcastPower() at right place
Co-authored-by: Ash-4 <81280775+Ash-4@users.noreply.github.com>
Co-authored-by: Harald Barth <haba@kth.se>
2022-03-07 11:30:47 -05:00
Fred
c15ea6e083
Update config.example.h
...
Add description of display scroll modes
2022-03-07 08:05:02 -05:00
Chris Mayo
90092b4ad5
Remove EXRAIL/ENDEXRAIL from myAutomation.example.h ( #215 )
...
Use "startup sequence" to describe the initial instructions.
2022-03-06 10:07:44 -05:00
Chris Mayo
fa4f5f08ef
Comment Typos ( #214 )
...
* Example config comment typos
* Code comment typos
2022-03-06 10:05:35 -05:00
Harald Barth
f7e2c0ca99
add ESP defines
2022-03-04 23:37:27 +01:00
Harald Barth
2890a7928b
restart with AVR WDT or ESP.restart()
2022-03-04 23:36:31 +01:00
Harald Barth
03372f21e2
rename FAIL to CALLFAIL because of conflict in ESP32 IDE
2022-03-04 23:35:14 +01:00
Asbelos
678cccbd95
Add DC signal generation code.
2022-03-02 15:34:01 +00:00
Asbelos
524afc6caf
move more cpu specifics
2022-03-02 14:24:49 +00:00
Asbelos
6fc223d80b
Timer stuff with incomplete teensy
2022-03-01 12:52:25 +00:00
Asbelos
dd9152864b
Missing DCC startup!!! + EXRAIL POWERON catchup
2022-02-28 10:38:26 +00:00
Asbelos
4f781074eb
tidy and shorten loops
2022-02-28 09:32:26 +00:00
Asbelos
b29b8c999e
keyword values
2022-02-24 11:58:40 +00:00
Asbelos
99e636974a
SET_TRACK_DC/SET_TRACK_DCC
...
EXRAIL macros for TrackManager
SET_TRACK_DC sets the track to DC using the cab address of the current loco so you can drive..
2022-02-24 11:50:22 +00:00
Asbelos
74bbe595fc
DC hooks
...
still requires pin jiggling
2022-02-23 16:21:45 +00:00
Asbelos
1afb4753ec
Cleaner ack check
...
And drop CPU specific stuff no longer needed.
2022-02-23 16:03:15 +00:00
Asbelos
a7740d652d
It builds....
...
massive track reorganization
2022-02-23 15:44:34 +00:00
Asbelos
8db937e985
Initial Track Manager code
2022-02-22 01:27:27 +00:00
Fred
3038f29dac
Update release_notes_v4.0.0.md
2022-02-17 15:02:49 -05:00
Fred
e57cd1e2aa
Update release_notes.md
2022-02-17 15:00:59 -05:00
Fred
c47dd101a5
Update release_notes_v4.0.0.md
2022-02-17 12:29:59 -05:00
Chris Mayo
cf905ce2f3
Clarify config.h entry for an OLED with a SH1106 ( #210 )
...
See:
79763a3
("SH1106 OLED Display Offset Fix (#169 )", 2021-06-10)
97f3450
("Simplify OLED driver initialisation.", 2021-11-24)
2022-02-17 12:21:24 -05:00
Kebbin
4bfcaa605a
update release_notes.md ( #212 )
2022-02-17 08:00:11 -05:00
Fred
557b71c036
Frightrisk update v4 ( #209 )
...
* Add Haba's bugfix for analog current reading with interrupts
* Update verson and release notes for 4.0
* remove unwanted changes to newer files
2022-02-16 12:18:43 -05:00
Fred
d0b01e3f03
Frightrisk ver4 ( #205 )
...
* Add release notes for verion 4.0
* Add archive release notes
* fix for SHA to modify previous commit instead of using new SHA
* new format for supported boards to allow easy addition of new boards
* Update release_notes.md (#206 )
Formatting lines
Server Roster clarification and release 4,0 bug fix vs 3.1 edit.
added support members
* Some duplication removal and rewording (#207 )
WiThrottle and JMRI-related items
Co-authored-by: Fred <fndecker@gmail.com>
* rename config.json to installer.json, fixes for boards(may still be broken)
Co-authored-by: dexslab <dex35803@gmail.com>
Co-authored-by: Kcsmith0708 <kcsmith0708@wowway.com>
Co-authored-by: mstevetodd <mstevetodd@mstevetodd.com>
2022-02-16 12:02:11 -05:00
Dex
bd9a04572d
Committing a SHA
2022-02-11 14:53:16 +00:00
Dex
a26d988acc
add config.json to master repo for installer ( #204 )
2022-02-11 09:52:56 -05:00