Skip to content

Commit 3e144d2

Browse files
committed
Default note app preset 2 to channel 2
1 parent 0fe5435 commit 3e144d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Applications/Note/Note.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ void Note::Setup(const vector<string>& args) {
1414
// Default Values
1515
notePadConfigs[1].color = Color(0xFF00FF);
1616
notePadConfigs[1].rootColor = Color(0x8000FF);
17+
notePadConfigs[1].channel = 2;
1718

1819
// Load From NVS
1920
if (nvsVersion == (uint32_t)NOTE_APP_VERSION)

0 commit comments

Comments
 (0)