From 269a14b8cf027fb2f8c4db780d2e260e425f3320 Mon Sep 17 00:00:00 2001 From: tcfshcrw <48719709+tcfshcrw@users.noreply.github.com> Date: Sat, 21 Dec 2024 07:39:57 +0800 Subject: [PATCH] Build for Binary file Pedal: 1. Add the warning when not finish pedal assignment. 2. ESP32 BLE gamepad lib update to 0.6.1 Bridge: 1. Verison Bumpup Plugin: 1. Add preview into online config 2. Remove export online config, now local config is shareable 3. Remove Serial monitor in pedal tab. 4. Add floating serial monitor with a "Pedal log monitor" button 5. Add check for Bridge version 6. UI tweaking --- ESP32/platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32/platformio.ini b/ESP32/platformio.ini index be650b02..eaf72de9 100644 --- a/ESP32/platformio.ini +++ b/ESP32/platformio.ini @@ -63,8 +63,8 @@ board = esp32dev lib_deps = ${common.lib_deps_external} regenbogencode/ESPNowW@^1.0.2 - #lemmingdev/ESP32-BLE-Gamepad @^0.5.3 - ESP32-BLE-Gamepad=https://github.com/lemmingDev/ESP32-BLE-Gamepad/archive/refs/tags/v0.5.4.zip + lemmingdev/ESP32-BLE-Gamepad @^0.6.1 + #ESP32-BLE-Gamepad=https://github.com/lemmingDev/ESP32-BLE-Gamepad/archive/refs/tags/v0.5.4.zip https://github.com/mikalhart/ESP32-OTA-Pull.git bblanchon/ArduinoJson@^7.2.0 build_unflags =