Page 1 of 1

Official esp32 repo source? Github or dl.espressif?

Posted: Sun Dec 26, 2021 10:49 pm
by daxliniere
:?: Hey all,
I'm having an issue that a library example isn't working because it can't find LittleFS.h. When doing some research, it seems that LittleFS is now included in Arduino esp32 Core 2.x, so I've no idea why it can't be found.

Then I discovered there are two addresses for the package:
1) https://dl.espressif.com/dl/package_esp32_index.json
2) https://raw.githubusercontent.com/espre ... index.json


Can someone advise the difference and which is the best to use?


Thank you!
Dax.

Re: Official esp32 repo source? Github or dl.espressif?

Posted: Sun Jan 02, 2022 4:19 pm
by al1fch
Hi

No difference, same json file on two links pointing to :
"name": "esp32",
"maintainer": "Espressif Systems",
"websiteURL": "https://github.com/espressif/arduino-esp32",

Re: Official esp32 repo source? Github or dl.espressif?

Posted: Sat Feb 12, 2022 6:55 pm
by daxliniere
Thanks al1fch!