s/tecpak/thermostat/g

pull/20/head
Astro 2020-10-10 20:45:44 +02:00
parent 9e23b14ace
commit 175b88d0e6
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ fn report_to(channel: usize, channels: &mut Channels, socket: &mut TcpSocket) ->
#[entry]
fn main() -> ! {
init_log();
info!("tecpak");
info!("thermostat");
let mut cp = CorePeripherals::take().unwrap();
cp.SCB.enable_icache();

View File

@ -30,7 +30,7 @@ impl State {
let serial = SerialPort::new(bus);
let dev = UsbDeviceBuilder::new(bus, UsbVidPid(0x16c0, 0x27dd))
.manufacturer("M-Labs")
.product("tecpak")
.product("thermostat")
.device_release(0x20)
.self_powered(true)
.device_class(usbd_serial::USB_CLASS_CDC)