Skip to content

Commit

Permalink
Make usb optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin committed Jan 7, 2025
1 parent 69c4b09 commit 60d7e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl Default for Usb {
pub struct Config {
pub wifi: Wifi,
pub api: Api,
pub usb: Usb,
pub usb: Option<Usb>,
}

impl Config {
Expand Down

0 comments on commit 60d7e08

Please sign in to comment.