mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
oops, forgot abt the buzzer!
This commit is contained in:
parent
5dc1fcff82
commit
255e0ddda2
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ void initVariant()
|
|||
pinMode(LED_BLUE, OUTPUT);
|
||||
digitalWrite(LED_PIN, LOW);
|
||||
digitalWrite(LED_BLUE, LOW);
|
||||
pinMode(BUZZER_PIN, OUTPUT);
|
||||
digitalWrite(BUZZER_PIN, LOW); // turn off buzzer at start. don't leave it high.
|
||||
pinMode(GPS_EN, OUTPUT);
|
||||
digitalWrite(GPS_EN, LOW); // lets turn off the GPS at start. we can turn it on when we need it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue