We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834b02a commit 939f067Copy full SHA for 939f067
examples/Utilities/FirmwareUpdater/FirmwareUpdater.ino
@@ -1,4 +1,4 @@
1
-#if defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4)
+#if defined(ARDUINO_UNOWIFIR4)
2
#include "ArduinoGraphics.h"
3
#include "Arduino_LED_Matrix.h"
4
#endif
@@ -23,7 +23,7 @@ void setup() {
23
24
auto result = flash(node_base_bin, node_base_bin_len);
25
26
- #if defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4)
+ #if defined(ARDUINO_UNOWIFIR4)
27
if (result) {
28
matrixInitAndDraw("PASS");
29
} else {
@@ -58,7 +58,7 @@ class SerialVerbose {
58
bool _verbose;
59
};
60
61
-#if defined(ARDUINO_MINIMA) ||defined(ARDUINO_UNOWIFIR4)
62
ArduinoLEDMatrix matrix;
63
64
void matrixInitAndDraw(char* text) {
0 commit comments