gin66 / FastAccelStepper

A high speed stepper library for Atmega 168/328p (nano), Atmega32u4, Atmega 2560, ESP32, ESP32S2, ESP32S3, ESP32C3 and Atmel SAM Due
MIT License
286 stars 67 forks source link

Compiler warnings for deprecated functions #128

Closed alba-ado closed 2 years ago

alba-ado commented 2 years ago

While using the newest espressif32 platform in the PlatformIO, the library gives a compiler warning. The warning is as follows;

`Processing production (platform: espressif32; board: esp32dev; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32dev.html PLATFORM: Espressif 32 (4.1.0) > Espressif ESP32 Dev Module HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:

gin66 commented 2 years ago

Actually similar issue I had reported to espressif and this deprecation warning should not happen in later releases. At least, they have linked to a commit, which removes the deprecation warning.

alba-ado commented 2 years ago

Ok. Thank you.

Closing this issue.