Skip to content

Commit

Permalink
setup: power up EEM also with 802.3af
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jan 31, 2025
1 parent 9ec8f60 commit 543060a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hardware/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,9 @@ where
})
} else {
log::info!("EEM population variant: Output detected");
assert!(poe != PoePower::Low);
if poe != PoePower::Low {
log::warn!("No 802.3at PoE. Powering up EEM anyway.");
}
force_eem_source.set_high();
delay.delay_ms(200u8);

Expand Down

0 comments on commit 543060a

Please sign in to comment.