2024-05-28, 10:09 PM
No worries!
I think it's actually just one line of code, too. Just a `config.lua` in the root directory of your SD card, containing
(This is assuming it's a wired speaker plus headphones; if either is Bluetooth, then we actually already remember a separate volume for each Bluetooth device)
I think it's actually just one line of code, too. Just a `config.lua` in the root directory of your SD card, containing
Code:
require("volume").current_pct:set(10) -- or whatever other value!
(This is assuming it's a wired speaker plus headphones; if either is Bluetooth, then we actually already remember a separate volume for each Bluetooth device)