Skip to content

Commit 4d8d213

Browse files
committed
release prep
1 parent 0d8aa16 commit 4d8d213

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

examples/esp32Amplifier/esp32Amplifier.emf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"offset": -180,
1212
"divisor": 2,
1313
"unitName": "dB",
14+
"step": 1,
1415
"name": "Volume",
1516
"variableName": "",
1617
"id": 1,
@@ -123,6 +124,7 @@
123124
"offset": -10,
124125
"divisor": 2,
125126
"unitName": "dB",
127+
"step": 1,
126128
"name": "Level Trim",
127129
"variableName": "ChannelSettingsLevelTrim",
128130
"id": 8,
@@ -170,6 +172,7 @@
170172
"offset": 0,
171173
"divisor": 10,
172174
"unitName": "s",
175+
"step": 1,
173176
"name": "Warm up time",
174177
"variableName": "SettingsWarmUpTime",
175178
"id": 11,
@@ -188,6 +191,7 @@
188191
"offset": 0,
189192
"divisor": 10,
190193
"unitName": "s",
194+
"step": 1,
191195
"name": "Valve Heating",
192196
"variableName": "SettingsValveHeating",
193197
"id": 17,
@@ -255,6 +259,7 @@
255259
"offset": -20000,
256260
"divisor": 1000,
257261
"unitName": "dB",
262+
"step": 1,
258263
"name": "Left VU",
259264
"variableName": "StatusLeftVU",
260265
"id": 15,
@@ -272,6 +277,7 @@
272277
"offset": -20000,
273278
"divisor": 1000,
274279
"unitName": "dB",
280+
"step": 1,
275281
"name": "Right VU",
276282
"variableName": "",
277283
"id": 16,
@@ -318,6 +324,7 @@
318324
"offset": -5000,
319325
"divisor": 10,
320326
"unitName": "U",
327+
"step": 1,
321328
"name": "Test",
322329
"variableName": "StatusTest",
323330
"id": 28,

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tcMenu",
33
"keywords": "menu, IoT, display, encoder, ethernet",
4-
"description": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.",
4+
"description": "Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.",
55
"repository":
66
{
77
"type": "git",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ maintainer=www.thecoderscorner.com
99
author=davetcc
1010
category=Other
1111
url=https://github.com/davetcc/tcMenuLib
12-
sentence=An IoT ready, modular menu solution that supports many input and display devices with a full designer UI and strong remote control capability.
13-
paragraph=TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.
12+
sentence=Menu library for Arduino with IoT capabilities that supports many input and display devices with a designer UI, code generator, CLI, and strong remote control capability.
13+
paragraph=Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.
1414
depends=IoAbstraction,LiquidCrystalIO

0 commit comments

Comments
 (0)