From 85ce8c43e55d5cf6884ef1d6ea8f2f45a5288fd0 Mon Sep 17 00:00:00 2001 From: tobozo Date: Mon, 21 Nov 2022 17:48:59 +0100 Subject: [PATCH] Create M5Paper_FactoryTest.ino --- M5Paper_FactoryTest.ino | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 M5Paper_FactoryTest.ino diff --git a/M5Paper_FactoryTest.ino b/M5Paper_FactoryTest.ino new file mode 100644 index 0000000..778f284 --- /dev/null +++ b/M5Paper_FactoryTest.ino @@ -0,0 +1,5 @@ +// Satisfy Arduino IDE (needs a .ino file, even if it's empty) + +#if !defined ARDUINO_M5STACK_FIRE + #error "Please Select M5Fire from the board menu" +#endif