You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf("Type LOCKDEVICE to enable the ICSP Inhibit feature.");
88
-
MoveCursor(3);
105
+
printf("Type LOCKDEVICE to enable the ICSP Inhibit feature.\r\n\r\n");
89
106
printf("WARNING: THIS PERMANENTLY DISABLES DIRECT PROGRAMMING OF THE BOARD.");
90
107
}
91
108
109
+
staticvoidPrintBootloaderRequired(void)
110
+
{
111
+
MoveCursor(1);
112
+
printf("NO BOOTLOADER DETECTED!\r\n\r\n");
113
+
printf("Because programming will be permanently disabled, \r\na bootloader is required to run this demo. \r\nPlease see the readme.md for more information.");
0 commit comments