Skip to content

Commit 0aa8e58

Browse files
committed
Adjust default PS and RT style text. Tweaks some tooltips
1 parent 1748cc5 commit 0aa8e58

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
config = {
55
'DynRDSEnableRDS': '1',
66
'DynRDSPSUpdateRate': '4',
7-
'DynRDSPSStyle': '{T}|{A}[|{P} of {C}]|Merry|Christ-| -mas!',
7+
'DynRDSPSStyle': '{T}|{A}[|{P} of {C}]|Merry|Christ-| -mas!',
88
'DynRDSRTUpdateRate': '8',
99
'DynRDSRTSize': '32',
10-
'DynRDSRTStyle': '{T}[ by {A}][ - Track {P} of {C}]|Merry Christmas!',
10+
'DynRDSRTStyle': '{T}[ by {A}][|Track {P} of {C} ]Merry Christmas!',
1111
'DynRDSPty': '2',
1212
'DynRDSPICode': '819b',
1313
'DynRDSTransmitter': 'None',

settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
"type": "text",
333333
"size": 32,
334334
"maxlength": 64,
335-
"default": "{T}|{A}[|{P} of {C}]|Merry|Christ-| -mas!"
335+
"default": "{T}|{A}[|{P} of {C}]|Merry|Christ-| -mas!"
336336
},
337337
"DynRDSPSUpdateRate": {
338338
"name": "DynRDSPSUpdateRate",
@@ -350,18 +350,18 @@
350350
"DynRDSRTStyle": {
351351
"name": "DynRDSRTStyle",
352352
"description": "RT Style Text",
353-
"tip": "Sent up to 64 characters at a time. Radio Text is intended for longer message with a slower update rate.",
353+
"tip": "Recommended to send 32 characters at a time, but can send up to 64 characters. Radio Text is intended for longer message with a slower update rate.",
354354
"restart": 1,
355355
"reboot": 0,
356356
"type": "text",
357357
"size": 64,
358358
"maxlength": 256,
359-
"default": "{T}[ by {A}][ - Track {P} of {C}]|Merry Christmas!"
359+
"default": "{T}[ by {A}][|Track {P} of {C} ]Merry Christmas!"
360360
},
361361
"DynRDSRTUpdateRate": {
362362
"name": "DynRDSRTUpdateRate",
363363
"description": "RT Update Rate",
364-
"tip": "Interval between updating the 64 characters being sent. It takes ~4 seconds to send the 64 characters and some radios only display the text after receiving the full group twice.",
364+
"tip": "Interval between updating the 32-64 characters being sent. It takes ~4 seconds to send the 64 characters and some radios only display the text after receiving the full group twice.",
365365
"suffix": "seconds",
366366
"restart": 1,
367367
"reboot": 0,
@@ -374,7 +374,7 @@
374374
"DynRDSRTSize": {
375375
"name": "DynRDSRTSize",
376376
"description": "RT Update Size",
377-
"tip": "While RadioText (RT) can be up to 64 characters at a time, not all radios will display everything at the same time. A smaller setting is recommended.",
377+
"tip": "While RadioText (RT) can be up to 64 characters at a time, not all radios will display everything at the same time. A setting of 32 characters is recommended.",
378378
"restart": 1,
379379
"reboot": 0,
380380
"type": "number",

0 commit comments

Comments
 (0)