The default example is now _slightly_ less cringe

This commit is contained in:
2025-09-26 19:24:50 +02:00
parent a80db635cc
commit aae8970584

View File

@@ -298,7 +298,7 @@ void main(void) {
while(1) {
lcd_clear();
printf("hellOwOrld! %d\n", i);
printf("Hellorld! %d\n", i);
led_bar_set(i);
LED_RED = !(i & 1);