jrnelson90 / tinderboxpedal

Bluetooth "Universal Remote" Footpedal for Digital Guitar Amps, on ESP32 or Pi Zero W
Apache License 2.0
71 stars 11 forks source link

Assemble BT messages from the commands, collect preset configuration #11

Closed ytsibizov closed 3 years ago

ytsibizov commented 3 years ago

There is no reason to keep the complete BT message in sources, they can be built dynamically from the actual commands.

Document a few more commands in code:

Read preset configuration on startup. Prepare to use second row of buttons on the footswitch to enable/disable individual pedals (WIP - needs parser of the preset configuration to be completed).