|
|
@ -200,7 +200,7 @@ namespace Heck { |
|
|
|
hw.Init(); |
|
|
|
hw.StartLog(Constants::Developer::BOOT_WAIT_FOR_LOG); |
|
|
|
|
|
|
|
but_rec.Init(hw.GetPin(28), 0); |
|
|
|
but_rec.Init(hw.GetPin(Constants::Hardware::PIN_BUTTON_RECORD), 0); |
|
|
|
|
|
|
|
hw.PrintLine("Setting Blocksize: %i", Constants::BUFFERSIZE); |
|
|
|
hw.SetAudioBlockSize(Constants::BUFFERSIZE); |
|
|
|