Asbelos
9044cce2a3
Change Stream refernces to pointers
...
I misunderstood that references can never be changed.
2020-08-01 16:32:16 +01:00
Asbelos
32240c97e2
SAMD support issues
2020-07-24 12:00:07 +01: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
0583fac416
Expotential overcurrent handling #1
2020-07-12 01:36:56 +02:00
Asbelos
46d1f3e237
Copyrights etc
2020-07-03 17:35:02 +01:00
Asbelos
68f47dae17
HTTPParser framework
...
Beware needs uplifted wifi buffer
2020-06-28 12:45:31 +01:00
Asbelos
506f9e4353
More PROGMEM tuning
2020-06-13 15:53:46 +01:00
Asbelos
e0c76a9dc4
Alter Stream to Print
...
In prep for Wifi siolution, all output functions changed to expect Print class instead of Stream... Can still pass Serial1 etc because Stream extends Print, but this allows for an output-only class extending Print to collect a response buffer for Wifi sending with AT commands.
2020-06-12 14:28:35 +01:00
Asbelos
e769361c26
back working no wifi
2020-06-11 13:35:16 +01:00
Asbelos
aebc35b183
Restructure to support multiple input streams
...
Preparation for Wifi without adding any Wifi specifics.
2020-06-10 17:31:26 +01:00