Skip to content

Commit 3f59dac

Browse files
Update Heltec boards defintion
1 parent 27bb6f8 commit 3f59dac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

boards.txt

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ menu.LORAWAN_DEVEUI=LoRaWan DevEUI
2828
menu.LORAWAN_PREAMBLE_LENGTH=LoRaWan Preamble Length
2929
menu.SLOW_CLK_TPYE=Slow Clk Type(only for LoRaWAN)
3030
menu.einksize=E-Ink Display Size
31+
menu.NetworkLogLevel=Network Log Level
3132
##############################################################
3233
### DO NOT PUT BOARDS ABOVE THE OFFICIAL ESPRESSIF BOARDS! ###
3334
##############################################################

variants/heltec_wireless_shell_v3/pins_arduino.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
#include <stdint.h>
55
#include "soc/soc_caps.h"
66

7-
#define WIRELESS_STICK_LITE_V3 true
8-
9-
7+
#define HELTEC_WIRELESS_SHELL_V3 true
108

119
#define USB_VID 0x303a
1210
#define USB_PID 0x1001

0 commit comments

Comments
 (0)