chestnut: update firmware (#38576)

* chestnut: update firmware to b0805491

* update to ed4e39b7
This commit is contained in:
Daniel Koepping
2026-08-07 20:16:13 -07:00
committed by GitHub
parent d02355b1a5
commit e32b1a344d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import os
from pathlib import Path
CHESTNUT_FW_VERSION = "1d368808"
CHESTNUT_FW_VERSION = "ed4e39b7"
CHESTNUT_USB_IDS = ((0xADD1, 0x0001), (0x3801, 0x0001))
CHESTNUT_ROM_USB_IDS = ((0x174C, 0x2464), (0x174C, 0x2463))
USB_DEVICES_PATH = Path("/sys/bus/usb/devices")