• TANAKA Masayuki's avatar
    Add precompiled (#5854) · 5e04eb48
    TANAKA Masayuki authored
    Added an option for using precompiled libraries.
    
    Empty if there is no precompilation.
    
    ```
    compiler.libraries.ldflags=
    ```
    
    Compiler Message when there is precompilation.
    
    ```
    Compiling libraries...
    Compiling library "aquestalk-esp32"
    Library aquestalk-esp32 has been declared precompiled:
    Using precompiled library in C:\Users\tanaka\Documents\Arduino\libraries\aquestalk-esp32\src\esp32
    ```
    
    The precompiler cannot be used because it is not set up now.
    5e04eb48
platform.txt 56.8 KB