NMEA2000-Data-Sender icon indicating copy to clipboard operation
NMEA2000-Data-Sender copied to clipboard

timer() API is rewritten

Open gunderv opened this issue 4 months ago • 0 comments

The Espressif ESP32 board library has been revised to v3.x.x since last update of the sketch. The timer() function used on line 113 has been rewritten to only allow one argument, while the sketch, based on esp32 2.0.x has three arguments.

To not having to modify the sketch, rolling back to esp32 2.0.x in the Arduino board manager will solve the issue and give no compile error.

gunderv avatar Oct 21 '24 08:10 gunderv