From c092954a828ca9e527f2ac8403acae0fba7681b5 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch <76921504+yellobyte@users.noreply.github.com> Date: Wed, 9 Jul 2025 22:58:22 +0200 Subject: [PATCH] minor update to *.json board files --- boards/yb_esp32s3_amp_v2.json | 2 +- boards/yb_esp32s3_amp_v3.json | 3 ++- boards/yb_esp32s3_eth.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/boards/yb_esp32s3_amp_v2.json b/boards/yb_esp32s3_amp_v2.json index 645a8d597..3f4c6d3d1 100644 --- a/boards/yb_esp32s3_amp_v2.json +++ b/boards/yb_esp32s3_amp_v2.json @@ -42,6 +42,6 @@ "require_upload_port": true, "speed": 460800 }, - "url": "https://github.com/yellobyte/ESP32-DevBoards-Getting-Started/tree/main/boards/YB-ESP32-S3-AMP", + "url": "https://github.com/yellobyte/YB-ESP32-S3-AMP", "vendor": "YelloByte" } diff --git a/boards/yb_esp32s3_amp_v3.json b/boards/yb_esp32s3_amp_v3.json index 8297e8bd5..3d1b87977 100644 --- a/boards/yb_esp32s3_amp_v3.json +++ b/boards/yb_esp32s3_amp_v3.json @@ -7,6 +7,7 @@ "core": "esp32", "extra_flags": [ "-DARDUINO_YB_ESP32S3_AMP_V3", + "-DARDUINO_USB_MODE=1", "-DARDUINO_USB_CDC_ON_BOOT=1", "-DARDUINO_RUNNING_CORE=1", "-DARDUINO_EVENT_RUNNING_CORE=1", @@ -43,6 +44,6 @@ "require_upload_port": true, "speed": 460800 }, - "url": "https://github.com/yellobyte/ESP32-DevBoards-Getting-Started/tree/main/boards/YB-ESP32-S3-AMP", + "url": "https://github.com/yellobyte/YB-ESP32-S3-AMP", "vendor": "YelloByte" } diff --git a/boards/yb_esp32s3_eth.json b/boards/yb_esp32s3_eth.json index 1d99b67f9..527a74ce8 100644 --- a/boards/yb_esp32s3_eth.json +++ b/boards/yb_esp32s3_eth.json @@ -46,6 +46,6 @@ "require_upload_port": true, "speed": 460800 }, - "url": "https://github.com/yellobyte/ESP32-DevBoards-Getting-Started/tree/main/boards/YB-ESP32-S3-ETH", + "url": "https://github.com/yellobyte/YB-ESP32-S3-ETH", "vendor": "YelloByte" }