Skip to content

Commit

Permalink
fix: Added udev rule for FireBeetle-ESP32. (#4168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Augustyniak authored Feb 5, 2022
1 parent 362823c commit 2003806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/99-platformio-udev.rules
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ ATTRS{idVendor}=="0451", ATTRS{idProduct}=="f432", MODE="0666", ENV{ID_MM_DEVICE
#GD32V DFU Bootloader
ATTRS{idVendor}=="28e9", ATTRS{idProduct}=="0189", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"

# FireBeetle-ESP32
ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7522", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"

#
# Debuggers
#
Expand Down

0 comments on commit 2003806

Please sign in to comment.