offline-mode branch for board/component urls
This commit is contained in:
parent
38a1794a32
commit
036492889e
2 changed files with 10 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
// Load Wippersnapper boards and components data
|
// Load Wippersnapper boards and components data
|
||||||
|
|
||||||
// Configuration - technically unused (instead ./ relative links) but useful for reference
|
// Configuration - technically unused (instead ./ relative links) but useful for reference
|
||||||
const BOARDS_JSON_URL = 'https://raw.githubusercontent.com/adafruit/Adafruit_Wippersnapper_Offline_Configurator/refs/heads/main/wippersnapper_boards.json'; //'wippersnapper_boards.json';
|
const BOARDS_JSON_URL = 'https://raw.githubusercontent.com/adafruit/Adafruit_Wippersnapper_Offline_Configurator/refs/heads/offline-mode/wippersnapper_boards.json'; //'wippersnapper_boards.json';
|
||||||
const COMPONENTS_JSON_URL = 'https://raw.githubusercontent.com/adafruit/Adafruit_Wippersnapper_Offline_Configurator/refs/heads/main/wippersnapper_components.json'; //'wippersnapper_components.json';
|
const COMPONENTS_JSON_URL = 'https://raw.githubusercontent.com/adafruit/Adafruit_Wippersnapper_Offline_Configurator/refs/heads/offline-mode/wippersnapper_components.json'; //'wippersnapper_components.json';
|
||||||
|
|
||||||
// Global app state
|
// Global app state
|
||||||
const appState = {
|
const appState = {
|
||||||
|
|
|
||||||
|
|
@ -127,6 +127,14 @@ const companionBoardConfigs = {
|
||||||
documentationURL: 'https://learn.adafruit.com/adafruit-airlift-shield-esp32-wifi-co-processor',
|
documentationURL: 'https://learn.adafruit.com/adafruit-airlift-shield-esp32-wifi-co-processor',
|
||||||
image: 'https://cdn-shop.adafruit.com/640x480/4285-05.jpg'
|
image: 'https://cdn-shop.adafruit.com/640x480/4285-05.jpg'
|
||||||
},
|
},
|
||||||
|
'seeed-xiao-s3sense-camera-addon': {
|
||||||
|
rtc: 'PCF8563',
|
||||||
|
sdCardCS: 'D2',
|
||||||
|
extras: 'SD Card, Camera, Extra GPIOs D11+D12',
|
||||||
|
productURL: 'https://www.seeedstudio.com/Seeeduino-XIAO-Expansion-board-p-4746.html',
|
||||||
|
documentationURL: 'https://wiki.seeedstudio.com/Seeeduino-XIAO-Expansion-Board/',
|
||||||
|
image: 'https://files.seeedstudio.com/wiki/Seeeduino-XIAO-Expansion-Board/Update_pic/zheng1.jpg'
|
||||||
|
},
|
||||||
'seeed-xiao-ssd1306-expansion-base': {
|
'seeed-xiao-ssd1306-expansion-base': {
|
||||||
rtc: 'PCF8563',
|
rtc: 'PCF8563',
|
||||||
sdCardCS: 'D2',
|
sdCardCS: 'D2',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue