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 f5676a3 commit d1805dbCopy full SHA for d1805db
core/MySplashScreen.cpp
@@ -44,9 +44,9 @@ void displaySplashScreen(void)
44
}
45
const uint8_t rep = val > 7 ? val - 5 : 1;
46
for (uint8_t c = 0; c<rep; c++) {
47
- MY_DEBUGDEVICE.print(display);
+ MY_SERIALDEVICE.print(display);
48
49
50
- MY_DEBUGDEVICE.println(F(MYSENSORS_LIBRARY_VERSION "\n"));
+ MY_SERIALDEVICE.println(F(MYSENSORS_LIBRARY_VERSION "\n"));
51
#endif
52
0 commit comments