File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
variants/heltec_wireless_shell_v3 Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ menu.LORAWAN_DEVEUI=LoRaWan DevEUI
28
28
menu.LORAWAN_PREAMBLE_LENGTH=LoRaWan Preamble Length
29
29
menu.SLOW_CLK_TPYE=Slow Clk Type(only for LoRaWAN)
30
30
menu.einksize=E-Ink Display Size
31
+ menu.NetworkLogLevel=Network Log Level
31
32
##############################################################
32
33
### DO NOT PUT BOARDS ABOVE THE OFFICIAL ESPRESSIF BOARDS! ###
33
34
##############################################################
Original file line number Diff line number Diff line change 4
4
#include <stdint.h>
5
5
#include "soc/soc_caps.h"
6
6
7
- #define WIRELESS_STICK_LITE_V3 true
8
-
9
-
7
+ #define HELTEC_WIRELESS_SHELL_V3 true
10
8
11
9
#define USB_VID 0x303a
12
10
#define USB_PID 0x1001
You can’t perform that action at this time.
0 commit comments