kopia lustrzana https://github.com/luigifcruz/pico-stuff
Fix altimeter bug.
rodzic
5712641436
commit
aae5430773
|
@ -146,7 +146,7 @@ int main(void) {
|
|||
printf("Type the recording index.\n");
|
||||
scanf("%d", &index);
|
||||
|
||||
if (index >= read_boot_count(false)) {
|
||||
if (index > read_boot_count(false)) {
|
||||
printf("Index out of range.\n");
|
||||
break;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue