We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bb6f8 commit 3f59dacCopy full SHA for 3f59dac
boards.txt
@@ -28,6 +28,7 @@ menu.LORAWAN_DEVEUI=LoRaWan DevEUI
28
menu.LORAWAN_PREAMBLE_LENGTH=LoRaWan Preamble Length
29
menu.SLOW_CLK_TPYE=Slow Clk Type(only for LoRaWAN)
30
menu.einksize=E-Ink Display Size
31
+menu.NetworkLogLevel=Network Log Level
32
##############################################################
33
### DO NOT PUT BOARDS ABOVE THE OFFICIAL ESPRESSIF BOARDS! ###
34
variants/heltec_wireless_shell_v3/pins_arduino.h
@@ -4,9 +4,7 @@
4
#include <stdint.h>
5
#include "soc/soc_caps.h"
6
7
-#define WIRELESS_STICK_LITE_V3 true
8
-
9
+#define HELTEC_WIRELESS_SHELL_V3 true
10
11
#define USB_VID 0x303a
12
#define USB_PID 0x1001
0 commit comments