mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
b914070c90
Previously rescanLibraries() was automatically called internally in setLibrariesFolder(). This lead to double calls to rescanLibraries() when setLibrariesFolder() was used in combination with an explicit call to rescanLibraries(). This commit adds a new method setLibrariesFoldersAndRescan(..) and removes the internal call to rescanLibraries() from setLibrariesFolder(). The existing setLibrariesFolder()+rescanLibraries() combos have been replaced with setLibrariesFoldersAndRescan(). Fix #10228 |
||
---|---|---|
.. | ||
cc/arduino | ||
processing/app | ||
Keypad_mac.zip | ||
Keypad_with_hidden_files.zip | ||
optiboot_atmega328.hex | ||
sketch.hex | ||
Test2.zip | ||
Test.zip |