From 08fec0fbc632181aad1f9629ca1ffe9a628e9611 Mon Sep 17 00:00:00 2001 From: profezzorn Date: Thu, 27 Apr 2023 20:35:07 -0500 Subject: [PATCH] add KEEP_SAVEFILES_WHEN_PROGRAMMING warning --- ProffieOS.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ProffieOS.ino b/ProffieOS.ino index d4eaaadf1..6cb53ef0b 100644 --- a/ProffieOS.ino +++ b/ProffieOS.ino @@ -80,6 +80,9 @@ // #define ENABLE_DEBUG +#ifdef KEEP_SAVEFILES_WHEN_PROGRAMMING +#warning Your config file has KEEP_SAVEFILES_WHEN_PROGRAMMING in it. If you experience problems, please remove it and try again before asking for help. For more information, see: https://pod.hubbe.net/config/keeping-edits-when-uploading.html +#endif // // OVERVIEW