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 91d3bca commit 9c78913Copy full SHA for 9c78913
1 file changed
Software/Microcontroller/Firmware/AsgardADC/AsgardADC.ino
@@ -19,6 +19,18 @@
19
along with this program. If not, see <http://www.gnu.org/licenses/>.
20
*/
21
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
34
#include <TimeLib.h>
35
#include <Metro.h>
36
#include <AirDC.h>
0 commit comments