You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this does generate a couple of warnings like this one:
… /serial2ti83/serial2ti83.ino:13:0: warning: "SERIAL_TX_BUFFER_SIZE" redefined
#define SERIAL_TX_BUFFER_SIZE 256
In file included from … /hardware/arduino/avr/cores/arduino/Arduino.h:232:0,
from sketch/serial2ti83.ino.cpp:1:
… /hardware/arduino/avr/cores/arduino/HardwareSerial.h:46:0: note: this is the location of the previous definition
#define SERIAL_TX_BUFFER_SIZE 64
it does appear to redefine the buffer sizes properly.
The text was updated successfully, but these errors were encountered:
Hi - thanks for making and documenting this project!
Rather than editing the Arduino system header
HardwareSerial.h
, maybe put the revised values in the code itself:While this does generate a couple of warnings like this one:
it does appear to redefine the buffer sizes properly.
The text was updated successfully, but these errors were encountered: