NMEA2000 icon indicating copy to clipboard operation
NMEA2000 copied to clipboard

not really an issue, but to remove a warning

Open DuboisPa opened this issue 1 year ago • 1 comments

in ESP32 hardware library, an option is deprecated and issues a warning (at this time).

please change #include "driver/periph_ctrl.h" to #include <esp_private/periph_ctrl.h>

in NMEA2000_esp32.cpp

reference : https://docs.espressif.com/projects/esp-idf/en/v5.0/esp32s2/migration-guides/release-5.x/peripherals.html

Regards

DuboisPa avatar Mar 19 '25 12:03 DuboisPa

Thank you

JimNickerson avatar Jul 05 '25 22:07 JimNickerson