Update Cart_Reader.ino

This commit is contained in:
sanni 2023-09-25 18:32:44 +02:00 committed by GitHub
parent b270f0c30e
commit c873d3cf9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -818,7 +818,7 @@ byte starting_letter() {
void print_MissingModule(void) {
display_Clear();
println_Msg(F("Please enable module"));
print_FatalError(F("in Cart_Reader.ino."));
print_FatalError(F("in Config.h."));
}
/******************************************