Update cloud II core product ID

This commit is contained in:
Lennard Kittner
2026-02-24 15:47:40 +01:00
parent 80c2f46088
commit 9726f45eb3
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ use std::time::Duration;
const HP: u16 = 0x03F0;
pub const VENDOR_IDS: [u16; 1] = [HP];
pub const PRODUCT_IDS: [u16; 1] = [0x0aa0];
pub const PRODUCT_IDS: [u16; 1] = [0x069F];
const BASE_PACKET: [u8; 64] = {
let mut packet = [0; 64];