diff options
author | smesgr9000 <smesgr9000> | 2024-05-30 08:00:13 +0200 |
---|---|---|
committer | smesgr9000 <smesgr9000> | 2024-05-30 08:00:13 +0200 |
commit | 5b43a162b8987538f361b0173f425b649957e743 (patch) | |
tree | 040d04cc33d6dba11b818ab9f21e1374b6dc1b07 /Cart_Reader/NGP.ino | |
parent | d039c590cce55723bad15975c5aea21ea8671340 (diff) | |
download | cartreader-5b43a162b8987538f361b0173f425b649957e743.tar.gz cartreader-5b43a162b8987538f361b0173f425b649957e743.zip |
reuse common strings, remove duplicate
Diffstat (limited to 'Cart_Reader/NGP.ino')
-rw-r--r-- | Cart_Reader/NGP.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/NGP.ino b/Cart_Reader/NGP.ino index c0f0744..0771832 100644 --- a/Cart_Reader/NGP.ino +++ b/Cart_Reader/NGP.ino @@ -171,7 +171,7 @@ void printCartInfo_NGP() { println_Msg(F("NGP Cart Info")); - print_Msg(F("Name: ")); + print_Msg(FS(FSTRING_NAME)); println_Msg(romName); print_Msg(F("App ID: ")); |