• S
    Enable precompiled libraries (#4209) · c3c38a8e
    Sergey Lyubka 提交于
    The latest versions of Arduino IDE shifted the responsibility for precompiled libraries support to the core developers, which breaks precompiled library support in esp32 Arduino core. See https://github.com/arduino/ArduinoCore-avr/pull/52 for more details:
    
    ```
    In this new version of the builder we are not doing any heuristics to find the right spot where the ldflags should be inserted (this was causing many bugs on its own); instead, we fully trust the core makers to add explicit support to precompiled libs.
    ```
    
    This chage re-enables precompiled library support in the esp32 Arduino core.
    c3c38a8e
platform.txt 11.3 KB