tenbaht / sduino

An Arduino-like programming API for the STM8
http://tenbaht.github.io/sduino/
GNU Lesser General Public License v2.1
351 stars 218 forks source link

can‘t reach package_sduino_stm8_index.json #87

Closed fuwen0202 closed 4 years ago

fuwen0202 commented 4 years ago

Start the Arduino-IDE. In File->Preferences, Settings tab, enter https://github.com/tenbaht/sduino/raw/master/package_sduino_stm8_index.json

then,Arduino IDE show, error when download https://github.com/tenbaht/sduino/raw/master/package_sduino_stm8_index.json

try to open the url in chrome,failed too

fuwen0202 commented 4 years ago

所以我更换了github的文件抓取方式,将url改为以下地址后,即可 https://raw.githubusercontent.com/tenbaht/sduino/master/package_sduino_stm8_index.json

tenbaht commented 4 years ago

Interesting find, thank you for mentioning! There should be 302 re-direct from the github.com URL to the raw.githubusercontent.com domain, but sometimes it is not working (for unknown reason). I updated the README accordingly.