esp8266 / Arduino

ESP8266 core for Arduino
GNU Lesser General Public License v2.1
16.07k stars 13.33k forks source link

get.py using .json tool name with git version #9155

Open mcspr opened 4 months ago

mcspr commented 4 months ago

Noticed while searching for 'import re' instances in python code.

Rename tool directory fetched with get.py into tool's actual name. Partially breaking for development builds, but here only lwip builder needs an update to reference tools/xtensa-lx106-elf-gcc instead. Hopefully not breaking anything else.

Updated tools/xtensa-lx106-elf -> tools/xtensa-lx106-elf-gcc in the source and docs