From fd43f949a3a7d176285de14aaf9e1314c0e09003 Mon Sep 17 00:00:00 2001 From: George White Date: Fri, 15 Oct 2021 07:44:19 -0400 Subject: [PATCH] Update to Board Manager URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repo switch to the main branch convention, which changes the URL to the board manager JSON file. GitHub caches the previous (master branch) version, so nothing broke, but new updates after the change aren’t available to anyone using the old URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbad02ec..2b8c9892 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ _These boards are supported by [Espressif](https://github.com/espressif/arduino- To add board support for our products, start Arduino and open the Preferences window (**File** > **Preferences**). Now copy and paste the following URL into the 'Additional Boards Manager URLs' input field: - https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json + https://raw.githubusercontent.com/sparkfun/Arduino_Boards/main/IDE_Board_Manager/package_sparkfun_index.json ![Location of Additional Boards Manager URL input field](prefs-arrow.png)