Skip to content

Commit 035c10f

Browse files
committed
Arduino Micro Fix
1 parent dad922f commit 035c10f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/images/footer_image.png

0 Bytes
Loading

src/Commander-Settings.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ SOFTWARE.
4545
#define COMMANDER_USE_ARDUINO_32U4_SERIAL_RESPONSE
4646
#endif
4747

48+
#if defined(ARDUINO_AVR_MICRO)
49+
#define COMMANDER_USE_ARDUINO_32U4_SERIAL_RESPONSE
50+
#endif
51+
4852
#endif
4953

5054
#ifdef ESP32

0 commit comments

Comments
 (0)