Skip to content

Commit

Permalink
test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scanner-darkly committed Mar 23, 2024
1 parent 9bc4e0b commit dc340fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDOrcasHeartV2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ struct SDOrcasHeartV2 : Module {
SDOrcasHeartV2() {
config(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS);

configLight(SCALE_A_LIGHT, "Scale A Selected");
configLight(SCALE_A_LIGHT, "Scale A Selected TEST");
configLight(SCALE_B_LIGHT, "Scale B Selected");
configButton(SCALE_PARAM, "Toggle Scales A/B/both");
configInput(SCALE_INPUT, "Toggle Scales A/B");
Expand Down

0 comments on commit dc340fe

Please sign in to comment.