File tree Expand file tree Collapse file tree
ports/espressif/boards/heltec_esp32s3_wifi_lora_v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
35
4- CIRCUITPY_CREATOR_ID = 0x19960000
5- CIRCUITPY_CREATION_ID = 0x00242705
6+ CIRCUITPY_CREATOR_ID = 0x148E173C
7+ CIRCUITPY_CREATION_ID = 0x00530001
68
79USB_PRODUCT = "ESP32-S3-WIFI-LoRa-V3"
810USB_MANUFACTURER = "Heltec"
You can’t perform that action at this time.
0 commit comments