mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fixed fan comment
This commit is contained in:
parent
ad3a3bfb41
commit
848cc75bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ void TBeam1WBoard::onBeforeTransmit() {
|
|||
void TBeam1WBoard::onAfterTransmit() {
|
||||
digitalWrite(SX126X_RXEN, HIGH); // re-enable LNA immediately after TX
|
||||
digitalWrite(LED_PIN, LOW);
|
||||
// Keep fan running for 5s after TX
|
||||
// Keep fan running for 10s after TX
|
||||
setFanEnabled(true);
|
||||
_fan_off_millis = millis() + 10000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue