Skip to content

Commit c1af64a

Browse files
committed
fix: use pending creation id & remove VID/PID
1 parent d7a27d8 commit c1af64a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

ports/espressif/boards/heltec_esp32s3_wifi_lora_v3/mpconfigboard.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
#define MICROPY_HW_BOARD_NAME "Heltec ESP32-S3-WIFI-LoRa-V3"
3030
#define MICROPY_HW_MCU_NAME "ESP32S3"
3131

32-
// Schematic: https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA(F)_V3_Schematic_Diagram.pdf
33-
// Datasheet: https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA_V3(Rev1.1).pdf
34-
// Pinout: https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA(F)_V3.png
35-
3632
#define MICROPY_HW_LED_STATUS (&pin_GPIO35) // Pulled from schematic
3733

3834
// I2C

ports/espressif/boards/heltec_esp32s3_wifi_lora_v3/mpconfigboard.mk

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
USB_VID = 0x303A
2-
USB_PID = 0x1001
1+
# Product URL: https://heltec.org/project/wifi-lora-32-v3/
2+
# Schematic: https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA(F)_V3_Schematic_Diagram.pdf
3+
# Datasheet: https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA_V3(Rev1.1).pdf
4+
# Pinout: https://resource.heltec.cn/download/WiFi_LoRa32_V3/HTIT-WB32LA(F)_V3.png
35

4-
CIRCUITPY_CREATOR_ID = 0x19960000
5-
CIRCUITPY_CREATION_ID = 0x00242705
6+
CIRCUITPY_CREATOR_ID = 0x148E173C
7+
CIRCUITPY_CREATION_ID = 0x00530001
68

79
USB_PRODUCT = "ESP32-S3-WIFI-LoRa-V3"
810
USB_MANUFACTURER = "Heltec"

0 commit comments

Comments
 (0)