Compare commits
2 commits
23fd3babfc
...
5b58040975
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5b58040975 | ||
![]() |
1970d37d51 |
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ fn main() -> Result<()> {
|
|||
ntp: _ntp,
|
||||
mut switch_driver,
|
||||
wifi: _wifi,
|
||||
} = setup()?;
|
||||
} = *setup()?;
|
||||
|
||||
let t_on = NaiveTime::parse_from_str(config::T_ON, "%H:%M")?;
|
||||
let t_off = NaiveTime::parse_from_str(config::T_OFF, "%H:%M")?;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use esp_idf_svc::{
|
||||
hal::delay::FreRtos,
|
||||
hal::delay::FreeRtos,
|
||||
sntp::{EspSntp, SyncStatus},
|
||||
};
|
||||
use log::info;
|
||||
|
|
Loading…
Add table
Reference in a new issue