From b899b0a503cb02b6b67dfce79ec2e58eb869c012 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Wed, 8 Dec 2021 22:49:25 +0100 Subject: [PATCH] Require OTA_USERNAME --- main/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/main.cpp b/main/main.cpp index 4828660..fa19f10 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1,5 +1,9 @@ constexpr const char * const TAG = "BOBBY"; +#ifndef OTA_USERNAME +#error No OTA username! +#endif + // system includes #include