From 4f8790ee8f933b253ce1e9856544a82ead4516c2 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Fri, 18 Aug 2023 10:12:00 +0200 Subject: [PATCH] Small fixes. --- .theia/launch.json | 17 ----------------- midi_devices.hpp | 1 + third-party/MD_REncoderPlus/library.properties | 12 ++++++------ 3 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 .theia/launch.json diff --git a/.theia/launch.json b/.theia/launch.json deleted file mode 100644 index 7ffdef3..0000000 --- a/.theia/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - "version": "0.2.0", - "configurations": [ - { - "cwd": "${workspaceFolder}", - "executable": "./bin/executable.elf", - "name": "Debug with ST-Util", - "request": "launch", - "type": "cortex-debug", - "runToEntryPoint": "main", - "showDevDebugOutput": "none", - "servertype": "stutil" - } - ] -} diff --git a/midi_devices.hpp b/midi_devices.hpp index 0333944..b038e21 100644 --- a/midi_devices.hpp +++ b/midi_devices.hpp @@ -40,6 +40,7 @@ struct MicroDexedSettings : public midi::DefaultSettings { #ifdef MIDI_DEVICE_DIN MIDI_CREATE_CUSTOM_INSTANCE(HardwareSerial, MIDI_DEVICE_DIN, midi_serial, MicroDexedSettings); #endif + #ifdef MIDI_DEVICE_USB_HOST USBHost usb_host; MIDIDevice midi_usb(usb_host); diff --git a/third-party/MD_REncoderPlus/library.properties b/third-party/MD_REncoderPlus/library.properties index 48dc9f4..dc7aa18 100755 --- a/third-party/MD_REncoderPlus/library.properties +++ b/third-party/MD_REncoderPlus/library.properties @@ -1,10 +1,10 @@ -name=MD_REncoder -version=1.0.1 -author=majicDesigns -maintainer=marco_c <8136821@gmail.com> +name=MD_REncoderPlus +version=1.0.2 +author=dcoredump@googlemail.com +maintainer= sentence=Library for Rotary Encoder -paragraph=This is an adaptation of Ben Buxton's excellent rotary library and implements additional features for encoder rotation speed. +paragraph=This is an adaptation of the adaption of Ben Buxton's excellent rotary library and implements additional features for encoder rotation speed. category=Sensors -url=https://github.com/MajicDesigns/MD_REncoder +url=https://codeberg.org/dcoredump/MicroDexed/src/branch/dev/third-party/MD_REncoderPlus architectures=* license=LGPL-2.1