Skip to content

Commit 8b69b54

Browse files
authored
Merge branch 'master' into feat/zigbee-pm25
2 parents 179f7ab + 7b0298b commit 8b69b54

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: .github/ISSUE_TEMPLATE/Issue-report.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ body:
3939
label: Version
4040
description: What version of Arduino ESP32 are you running? If possible, consider updating to the latest version.
4141
options:
42-
- latest master (checkout manually)
42+
- latest stable Release (if not listed below)
4343
- latest development Release Candidate (RC-X)
44+
- latest master (checkout manually)
45+
- v3.2.0
46+
- v3.1.3
4447
- v3.1.2
4548
- v3.1.1
4649
- v3.1.0

Diff for: variants/lilygo_tlora_pager/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#endif
99

1010
#define USB_VID 0x303a
11-
#define USB_PID 0x82D1
11+
#define USB_PID 0x82D4
1212
#define USB_MANUFACTURER "LILYGO"
1313
#define USB_PRODUCT "T-LoRa-Pager"
1414

0 commit comments

Comments
 (0)