Oskar Senft
8966b8678f
Merge b36fb352b6e0276cc849fe9cfe98629f9d4d608d into 83a5c52a0db012794c138611de7ef6f8fa8f3e50
2025-03-31 05:58:46 +02:00
Harald Barth
3095de4672
Merge branch 'devel-more-ether' into devel
2025-03-02 22:19:09 +01:00
Harald Barth
b40fa779a6
revert part of commit 3c725a which did fix bug but reverse direction
2025-01-20 22:40:43 +01:00
Harald Barth
6f1c7a9e98
Documentation improvements in config.example.h
2025-01-05 20:18:44 +01:00
Harald Barth
3c725afab4
Less confusion and simpler code around the RCN213 defines
2024-12-28 15:45:27 +01:00
Harald Barth
e0aa16ff2c
adjust max default TCP clients to 9 because of bug in LwIP
2024-12-05 22:03:55 +01:00
Harald Barth
701f4e852f
Variable number of TCP clients
2024-11-04 17:28:51 +01:00
Asbelos
5efe385f2e
Sensorcam
2024-11-02 13:25:35 +00:00
Oskar Senft
cc759e3d55
Add support for Arduino LiquidCrystal LED displays (Hitachi HD44780)
2024-07-25 18:03:36 -04:00
pmantoine
df1f365c1e
Add WIFI_LED option for ESP32, edits for config.example.h
2024-06-29 16:22:23 +08:00
Harald Barth
263c3d01e3
DISABLE_DIAG by default for Uno and Nano
2024-04-07 09:26:32 +02:00
peteGSX
b51a8fe126
Add STARTUP_DELAY
2024-01-09 10:41:29 +10:00
Harald Barth
697f228a05
Save progmem with DISABLE_VDPY on Uno
2023-11-23 22:14:24 +01:00
Colin Murdoch
6da3153dd5
Define scroll rows in config
...
Allow the definition of MAX_CHARACTER_ROWS in config.h
2023-11-15 19:29:24 +00:00
Harald Barth
9ce95c07aa
Booster mode configured by defined booster pin. New mode name output
2023-11-11 08:03:59 +01:00
Harald Barth
b44bebc1c6
copyright, version and compile warnings fix
2023-07-08 08:58:00 +02:00
Nathan Kellenicki
ae2bbbf668
Added WIFI_FORCE_AP to force AP mode when specifying SSID/pass
2023-07-02 19:51:29 -07:00
Harald Barth
35fd912c60
MAX_CURRENT restriction (caps motor shield value)
2023-06-26 20:00:03 +02:00
Harald Barth
8a69403dda
devel release version 4.2.54
2023-06-03 22:01:14 +02:00
Harald Barth
3b6789ef01
Merge branch 'devel-sabertooth' into devel
2023-05-20 14:59:07 +02:00
Harald Barth
c472f48d93
Experimental support for sabertooth motor controller on ESP32
2023-05-20 14:57:00 +02:00
pmantoine
94e9c2021b
Fix config.example.h OLED_DRIVER #define
2023-05-15 11:31:44 +08:00
peteGSX
b6f8889e8c
Disable most programming functions
2023-04-20 07:08:11 +10:00
Neil McKechnie
59c6c1e5af
Update examples and comments.
2023-03-09 15:59:25 +00:00
Colin Murdoch
4adcdc1b0b
Update config.example.h
...
Removed redundant define for FastClock no longer required.
2023-02-28 12:12:08 +00:00
Colin Murdoch
8fac20a451
Add #ifdef selections
...
Add #ifdef selections linked to #define in config.exampe.h
2023-01-16 18:16:25 +00:00
pmantoine
88c7e540fa
STM32 additional serial port support
2022-10-24 11:12:56 +08:00
Harald Barth
81b5b25430
disable EEPROM on ESP32
2022-10-14 14:20:32 +02:00
Harald Barth
88f16140f8
document Bluetooth on ESP32 (SERIAL_BT_COMMANDS)
2022-09-18 23:18:40 +02:00
Harald Barth
0406ca69cf
add comment Pololu TB9051FTG
2022-07-04 22:52:37 +02:00
Fred
c15ea6e083
Update config.example.h
...
Add description of display scroll modes
2022-03-07 08:05:02 -05:00
Chris Mayo
fa4f5f08ef
Comment Typos ( #214 )
...
* Example config comment typos
* Code comment typos
2022-03-06 10:05:35 -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
Harald Barth
03f7014c02
spell example right
2022-01-23 18:55:00 +01:00
Harald Barth
d45585ce3d
update copyright notes
2022-01-07 02:28:35 +01:00
Asbelos
0a40ef5ceb
Merge branch 'master' into Broadcast
2021-12-05 12:13:39 +00:00
Asbelos
0f36ccdc57
Broadcast changes (1) UNTESTED
2021-12-05 12:08:59 +00:00
Harald Barth
b5af39dfc9
Merge branch 'RCN213-fixes' into master
2021-12-02 08:31:33 +01:00
Harald Barth
5c18f4a19d
Merge branch 'short-long-addr' into master
2021-11-30 20:07:52 +01:00
Harald Barth
9018ec9757
DISABLE_EEPROM explanation
2021-11-30 19:56:09 +01:00
Harald Barth
fd43a9b88b
defines to reverse accessories and turnouts renamed
2021-11-25 23:10:03 +01:00
Harald Barth
3bddeeda3e
better long/short addr handling under <R>; configurable long/short border
2021-11-25 00:10:11 +01:00
Neil McKechnie
7aed7de6cd
Change default LCD address.
...
LCD Backpack Address in example config.h changed to 0x27 (to match the most commonly available PCF8574 device).
2021-10-03 12:24:14 +01:00
Neil McKechnie
fb6ab85c4a
Add flag to invert DCC Accessory command <a> behaviour
...
<a addr subaddr 1> command puts a D=1 into the DCC packet for a DCC Accessory Decoder. This was previously though to correspond to a 'throw' request and a D=0 to a 'close' request. RCN-213 standard identifies that D=1 is 'close' and D=0 is 'throw', so this change allows CS to be configured to invert the states to conform to the RCN-213 definition.
2021-08-27 21:43:24 +01:00
Neil McKechnie
08cfe41cf3
Revert to original DCC++ Classic Turnout command polarity.
...
Revert to <T id 1> command being 'throw' and <T id 0> being 'close', for turnouts.
2021-08-24 22:18:51 +01:00
Neil McKechnie
f0cd96fed3
Changes associated with RCN-213 DCC Accessory Packet format
2021-08-23 12:43:14 +01:00
FrightRisk
5eff4c5ee5
Squash all commits on RMFT branch to create EX-RAIL branch
2021-08-03 17:12:25 -04:00
Harald Barth
3fa805c0e7
Merge branch 'master' into copyrightmessages
2021-05-16 08:12:09 +02:00
Fred
d12714d51e
Update config.example.h
...
Fix spelling of contain
2021-04-20 09:31:17 -04:00
Harald Barth
1baff001f4
copyright messages
2021-04-14 22:46:29 +02:00