• Dirk O. Kaar's avatar
    Completely inline the helper pure abstract __FlashStringHelper class (#7941) · b98255d8
    Dirk O. Kaar authored
    * Remove __FlashStringHelper from ESP32, it's not needed - all the files using it are different from their ESP8266 counterparts anyway.
    
    * Revert removal of class __FlashStringHelper forward for continued compatibility with external libs
    
    * Improved fix, works for libs that return const __FlashStringHelper*
    
    * Inline all wrappers using const __FlashStringHelper*.
    b98255d8
WString.cpp 22.5 KB