Skip to content

Commit

Permalink
Build for Binary file
Browse files Browse the repository at this point in the history
Pedal:
1. Add the warning when checking pedal assignment failed.
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
  • Loading branch information
tcfshcrw committed Dec 20, 2024
1 parent 269a14b commit 8c30431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ESP32/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ board = esp-wrover-kit
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
build_unflags =
'-D PCB_VERSION=6'
build_flags =
Expand Down

0 comments on commit 8c30431

Please sign in to comment.