Set T-LoRA pager audio board volume to 75%

This commit is contained in:
Ben Meadors
2026-04-04 20:05:22 -05:00
parent 934c3fa8be
commit 9ba44bfbfb
@@ -23,5 +23,6 @@ void lateInitVariant()
cfg.i2s.bits = BIT_LENGTH_16BITS;
cfg.i2s.rate = RATE_44K;
board.begin(cfg);
board.setVolume(75); // 75% volume
}
#endif