Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

do not use `serialEvent()` #115

Closed dhebbeker closed 2 months ago

dhebbeker commented 8 months ago

That function is not universally available:

From the Arduino library.

Please note that serialEvent() does not work on any modern Arduino boards. The only recognized boards to have support as of 2023/12/06 are the UNO R3, Nano, Mega 2560 R3 and Due.