Update GB.ino

This commit is contained in:
Aras Abbasi 2019-01-28 21:52:28 +01:00 committed by GitHub
parent a0f85d788e
commit 0d65828c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,12 +220,8 @@ void setup_GB() {
case 2: print_Msg(F("128KB")); break;
case 3: print_Msg(F("256KB")); break;
case 4: print_Msg(F("512KB")); break;
case 5:
print_Msg(F("1MB"));
break;
case 6:
print_Msg(F("2MB"));
break;
case 5: print_Msg(F("1MB")); break;
case 6: print_Msg(F("2MB")); break;
case 7: print_Msg(F("4MB")); break;
case 82: print_Msg(F("1.1MB")); break;
case 83: print_Msg(F("1.2MB")); break;