Skip to content

support old v1.0 library format which can put files in the 'utility' subdirectory

Latest
Compare
Choose a tag to compare
@bxparks bxparks released this 25 Jul 18:56
4f3f0db
  • 1.6.0 (2024-07-25)
    • Add strncat_P() to pgmspace.h.
    • Add ESP.restart() and ESP.getChipId(). See
      PR#84.
    • Support files located in the utility subdirectory for libraries using
      the old v1.0 format. Fixes
      Issue#89.