Skip to content

Commit febd232

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

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,8 +42,9 @@ 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};
4646
use ssh_stamp::platform::PlatformServices;
47+
use ssh_stamp::store;
4748
use ssh_stamp::{app, settings::DEFAULT_IP};
4849
use ssh_stamp_esp32::{
4950
BufferedUart, EspPlatform, EspUartPins, EspWifi, UART_BUF, flash, mac_address,

0 commit comments

Comments
 (0)