We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe5435 commit 3e144d2Copy full SHA for 3e144d2
Applications/Note/Note.cpp
@@ -14,6 +14,7 @@ void Note::Setup(const vector<string>& args) {
14
// Default Values
15
notePadConfigs[1].color = Color(0xFF00FF);
16
notePadConfigs[1].rootColor = Color(0x8000FF);
17
+ notePadConfigs[1].channel = 2;
18
19
// Load From NVS
20
if (nvsVersion == (uint32_t)NOTE_APP_VERSION)
0 commit comments