Skip to content

Commit 7b7ad2f

Browse files
committed
remove "DeviceScript" from devName
1 parent d8ab871 commit 7b7ad2f

9 files changed

+10
-10
lines changed

boards/esp32/esp32_bare.board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../esp32deviceconfig.schema.json",
3-
"devName": "Espressif ESP32 (bare) DeviceScript",
3+
"devName": "Espressif ESP32 (bare)",
44
"devClass": "0x3ff6ffeb",
55
"$description": "Bare ESP32 without any default functions for pins.",
66
"url": "https://www.espressif.com/en/products/socs/esp32",

boards/esp32/esp32_devkit_c.board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../esp32deviceconfig.schema.json",
3-
"devName": "Espressif ESP32-DevKitC DeviceScript",
3+
"devName": "Espressif ESP32-DevKitC",
44
"devClass": "0x3c507a05",
55
"$description": "ESP32-DevKitC is an entry-level development board. It has all the ESP32 pins exposed and is easy to connect and use.",
66
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-devkitc.html",

boards/esp32c3/adafruit_qt_py_c3.board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../esp32deviceconfig.schema.json",
3-
"devName": "Adafruit QT Py ESP32-C3 WiFi Dev Board DeviceScript",
3+
"devName": "Adafruit QT Py ESP32-C3 WiFi",
44
"devClass": "0x3693d40b",
55
"$description": "A tiny ESP32-C3 board.",
66
"url": "https://www.adafruit.com/product/5405",

boards/esp32c3/esp32c3_bare.board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../esp32deviceconfig.schema.json",
3-
"devName": "Espressif ESP32-C3 (bare) DeviceScript",
3+
"devName": "Espressif ESP32-C3 (bare)",
44
"devClass": "0x3a1d89be",
55
"$description": "A bare ESP32-C3 board without any pin functions.",
66
"url": "https://www.espressif.com/en/products/socs/esp32-c3",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "../esp32deviceconfig.schema.json",
3-
"devName": "Espressif ESP32-S3 (bare) DeviceScript",
3+
"devName": "Espressif ESP32-S2 (bare)",
44
"devClass": "0x3f140dcc",
5-
"$description": "A bare ESP32-S3 board without any pin functions.",
5+
"$description": "A bare ESP32-S2 board without any pin functions.",
66
"url": "https://www.espressif.com/en/products/socs/esp32-s2",
77
"pins": {}
88
}

boards/esp32s2/msr207_v42.board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../esp32deviceconfig.schema.json",
3-
"devName": "JM Brain S2-mini DeviceScript 207 v4.2",
3+
"devName": "MSR JM Brain S2-mini 207 v4.2",
44
"devClass": "0x322e0e64",
55
"jacdac": {
66
"$connector": "Jacdac",

boards/esp32s2/msr207_v43.board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../esp32deviceconfig.schema.json",
3-
"devName": "JM Brain S2-mini DeviceScript 207 v4.3",
3+
"devName": "MSR JM Brain S2-mini 207 v4.3",
44
"$include": "msr207_v42.board.json",
55
"_": [
66
{

boards/esp32s2/msr48.board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../esp32deviceconfig.schema.json",
3-
"devName": "JacdacIoT 48 v0.2 DeviceScript",
3+
"devName": "MSR JacdacIoT 48 v0.2",
44
"devClass": "0x3de1398b",
55
"jacdac": {
66
"$connector": "Jacdac",

devicescript

Submodule devicescript updated 51 files

0 commit comments

Comments
 (0)