Default to keyboard mode

This commit is contained in:
Neale Pickett 2022-06-26 12:24:00 -06:00
parent e9584169d1
commit bcce75feac
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#define SECOND (1000 * MILLISECOND)
VailAdapter::VailAdapter(unsigned int PiezoPin) {
this->keyboardMode = true;
this->buzzer = new PolyBuzzer(PiezoPin);
this->txToneFrequency = 440;
}