• V
    Properly handle ARDUINO_PARTITION define in PlatformIO (#6681) · 4453ca54
    Valerii Koval 提交于
    This fixes possible issues when developers specify arbitrary partition files
    using relative or absolute paths.
    
    Additionally, hyphens in filenames are replaced with underscores to
    avoid compilation warnings "ISO C++11 requires whitespace after the macro name"
    
    Resolves platformio/platform-espressif32#787
    4453ca54
platformio-build-esp32s3.py 32.0 KB