mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-27 00:32:25 +00:00
fix location and naming of enum
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
#include "buzzer.h"
|
||||
|
||||
void genericBuzzer::begin() {
|
||||
Serial.print("DBG: Setting up buzzer on pin ");
|
||||
Serial.println(PIN_BUZZER);
|
||||
// Serial.print("DBG: Setting up buzzer on pin ");
|
||||
// Serial.println(PIN_BUZZER);
|
||||
#ifdef PIN_BUZZER_EN
|
||||
pinMode(PIN_BUZZER_EN, OUTPUT);
|
||||
digitalWrite(PIN_BUZZER_EN, HIGH);
|
||||
|
||||
Reference in New Issue
Block a user