From eff100ecbf17a25609ad09a8bd513843e1502485 Mon Sep 17 00:00:00 2001 From: Julius Jurgelenas Date: Sat, 20 Nov 2021 21:35:38 +0200 Subject: [PATCH] Add support for DIY_BLE_JOYSTICK once merged upstream. Closes #122 --- devices.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/devices.json b/devices.json index 93137431a..b2e8dc129 100644 --- a/devices.json +++ b/devices.json @@ -1031,6 +1031,21 @@ "wikiUrl": "https://www.expresslrs.org/release/quick-start/tx-diy900/", "deviceType": "ExpressLRS" }, + { + "category": "DIY Bluetooth Joystick", + "name": "DIY Bluetooth Joystick", + "targets": [ + { + "flashingMethod": "UART", + "name": "DIY_BLE_JOYSTICK_via_UART" + } + ], + "userDefines": [ + "UART_INVERTED" + ], + "wikiUrl": "", + "deviceType": "ExpressLRS" + }, { "category": "DIY 900 MHz", "name": "DIY 900 TX TTGO V2 SX127x",