From 5e11856d09880e98718ccb913cff4a39e4e8e976 Mon Sep 17 00:00:00 2001 From: Sebastian Wachter Date: Wed, 19 Jun 2024 11:59:17 +0200 Subject: [PATCH 1/3] Fix typo. --- content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index ac352cb..d469d5c 100644 --- a/content/index.md +++ b/content/index.md @@ -5,7 +5,7 @@ description: 'Landingpage' # AM32-MultiRotor-ESC-firmware -Firmware for STM32F051 based speed controllers for use with mutirotors +Firmware for STM32F051 based speed controllers for use with multirotors

GitHub license

From cac114d1b986e29ef64b4abe2c14d2416974cce7 Mon Sep 17 00:00:00 2001 From: Sebastian Wachter Date: Wed, 19 Jun 2024 12:00:06 +0200 Subject: [PATCH 2/3] Fix responsive layout of serial device selection and connection. --- components/SerialDevice.vue | 44 +++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/components/SerialDevice.vue b/components/SerialDevice.vue index 40f77ff..e141b9b 100644 --- a/components/SerialDevice.vue +++ b/components/SerialDevice.vue @@ -1,23 +1,45 @@