Skip to content

Commit 05e4625

Browse files
committed
Version bump, hot fix to FemtoCore.h as ENABLE_SERIAL should stay enabled by default
1 parent 46248bf commit 05e4625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/FemtoCore/FemtoCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <RTCZero.h>
1818

1919

20-
// #define ENABLE_SERIAL // We want serial USB output.
20+
#define ENABLE_SERIAL // We want serial USB output.
2121
// #define DEBUG // We also want to see debug serial output.
2222

2323
#ifndef FEMTO_SERIAL_BAUD_RATE

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
2121

2222
name=Atmel SAM D21/R21 E
23-
version=1.8.3
23+
version=1.8.4
2424

2525
# Compile variables
2626
# -----------------

0 commit comments

Comments
 (0)