Skip to content

Commit 939f067

Browse files
authored
Remove ARDUINO_MINIMA
1 parent 834b02a commit 939f067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/Utilities/FirmwareUpdater/FirmwareUpdater.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4)
1+
#if defined(ARDUINO_UNOWIFIR4)
22
#include "ArduinoGraphics.h"
33
#include "Arduino_LED_Matrix.h"
44
#endif
@@ -23,7 +23,7 @@ void setup() {
2323

2424
auto result = flash(node_base_bin, node_base_bin_len);
2525

26-
#if defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4)
26+
#if defined(ARDUINO_UNOWIFIR4)
2727
if (result) {
2828
matrixInitAndDraw("PASS");
2929
} else {
@@ -58,7 +58,7 @@ class SerialVerbose {
5858
bool _verbose;
5959
};
6060

61-
#if defined(ARDUINO_MINIMA) ||defined(ARDUINO_UNOWIFIR4)
61+
#if defined(ARDUINO_UNOWIFIR4)
6262
ArduinoLEDMatrix matrix;
6363

6464
void matrixInitAndDraw(char* text) {

0 commit comments

Comments
 (0)