DFRobot / FireBeetle-ESP32

8 stars 5 forks source link

error url in package_esp32_index.json file #1

Open pacav69 opened 6 years ago

pacav69 commented 6 years ago

in the file package_esp32_index.json file the url reads:

"websiteURL": "https://github.com/espressif/esp32-arduino",

this causes error

it should read:

  "websiteURL": "https://github.com/espressif/arduino-esp32", 
jrc commented 4 years ago

This appears fixed in https://raw.githubusercontent.com/DFRobot/FireBeetle-ESP32/master/package_esp32_index.json

jrc commented 4 years ago

Actually, the above URL (i.e. the package index in this repo) is outdated. It only goes up to 0.0.6. The DFRobot wiki refers to http://download.dfrobot.top/FireBeetle/package_esp32_index.json, which has newer versions (up to 0.1.1).

… Meanwhile in the official documentation for Arduino-ESP32, Espressif provides Boards Manager URL https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json, which also includes support for "FireBeetle-ESP32". Unclear which one is better to use.