Skip to content

3.11.0

Compare
Choose a tag to compare
@vlastahajek vlastahajek released this 18 Feb 15:13
· 32 commits to master since this release

Features

  • 174,181 - All API methods with a string param allow specifying string by all basic types:
    • Arduino String class
    • C *char * or char[] or const *char * or const char[]
    • Flash string using F,PSTR or FPSTR macros

Fixes

  • 176 - Fixed compilation error in PlatformIO. Cleared all compiler warnings.