Skip to content

Commit bcf229c

Browse files
committed
Fix missing imports
1 parent 0ac4dfc commit bcf229c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ssh-stamp-esp32/src/bin/ssh-stamp-esp32.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ use esp_println::logger;
4242
use esp_rtos::embassy::InterruptExecutor;
4343
use heapless::String;
4444
use log::{debug, error, warn};
45-
use ssh_stamp::config::SSHStampConfig;
45+
use ssh_stamp::config::{SSHStampConfig, UartPins};
46+
use ssh_stamp::store;
4647
use ssh_stamp::platform::PlatformServices;
4748
use ssh_stamp::{app, settings::DEFAULT_IP};
4849
use ssh_stamp_esp32::{

0 commit comments

Comments
 (0)