Require OTA_USERNAME

This commit is contained in:
CommanderRedYT
2021-12-08 22:49:25 +01:00
parent f99562f9bc
commit b899b0a503

View File

@ -1,5 +1,9 @@
constexpr const char * const TAG = "BOBBY";
#ifndef OTA_USERNAME
#error No OTA username!
#endif
// system includes
#include <cstdio>