Skip to content

Commit 9c78913

Browse files
Add a comment TODO before compiling
1 parent 91d3bca commit 9c78913

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Software/Microcontroller/Firmware/AsgardADC/AsgardADC.ino

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
*/
2121

22+
23+
/* --------------------------------------------------------------------------
24+
BEFORE THE COMPILATION OF THIS SKETCH:
25+
26+
Please go to your Arduino installation folder and open the file
27+
"arduino-1.8.5/hardware/teensy/avr/cores/teensy3/serial1.c"
28+
Then go to the line 40 and change the buffer size with the new value:
29+
"#define SERIAL1_TX_BUFFER_SIZE 1024"
30+
--------------------------------------------------------------------------
31+
*/
32+
33+
2234
#include <TimeLib.h>
2335
#include <Metro.h>
2436
#include <AirDC.h>

0 commit comments

Comments
 (0)