more changes and linking

This commit is contained in:
2025-09-13 02:47:53 +02:00
parent 9de85b6e37
commit 4160202cdc
4 changed files with 11 additions and 17 deletions

View File

@@ -212,7 +212,8 @@ impl PlantHal {
//
let mut esp = Esp {
mqtt_client: None,
dummy: PhantomData::default()
dummy: PhantomData::default(),
wall_clock_offset : 0
// wifi_driver,
// boot_button
};