File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
ports/espressif/boards/heltec_esp32s3_wifi_lora_v3 Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 29
29
#define MICROPY_HW_BOARD_NAME "Heltec ESP32-S3-WIFI-LoRa-V3"
30
30
#define MICROPY_HW_MCU_NAME "ESP32S3"
31
31
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
-
36
32
#define MICROPY_HW_LED_STATUS (&pin_GPIO35) // Pulled from schematic
37
33
38
34
// I2C
Original file line number Diff line number Diff line change 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
3
5
4
- CIRCUITPY_CREATOR_ID = 0x19960000
5
- CIRCUITPY_CREATION_ID = 0x00242705
6
+ CIRCUITPY_CREATOR_ID = 0x148E173C
7
+ CIRCUITPY_CREATION_ID = 0x00530001
6
8
7
9
USB_PRODUCT = "ESP32-S3-WIFI-LoRa-V3"
8
10
USB_MANUFACTURER = "Heltec"
You can’t perform that action at this time.
0 commit comments