File tree 3 files changed +9
-1
lines changed 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ build_flags =
18
18
-DDEVELOP
19
19
; http lib loglevel
20
20
-DHTTPS_LOGLEVEL=3
21
+ ; select OBS Variant
22
+ -DOBSCLASSIC
23
+ ; -DOBSPRO
21
24
22
25
23
26
; === upload_port ===
Original file line number Diff line number Diff line change @@ -69,3 +69,6 @@ build_flags =
69
69
-DHTTPS_CONNECTION_DATA_CHUNK_SIZE =1024
70
70
; build number "-dev" will be replaced in github action
71
71
-DBUILD_NUMBER =\" -dev\"
72
+ ; Select variant here
73
+ -DOBSPRO
74
+ ; -DOBSCLASSIC
Original file line number Diff line number Diff line change 24
24
#ifndef VARIANT_H
25
25
#define VARIANT_H
26
26
27
+
28
+ // Use custom_config.ini to set the needed variant!
27
29
// If set, the firmware is build for the OBSPro hardware variant
28
30
// The main differences are:
29
31
// - The button is inverted
30
32
// - The button is also responsible for soft-power-off
31
33
// - The display is a JHD12864-G156BT which is SPI based
32
34
// - The ultrasonic sensors are PGA460 based
33
- #define OBSPRO
35
+ // #define OBSPRO
34
36
35
37
// If set, the firmware is build for the OBSClassic
36
38
//#define OBSCLASSIC
You can’t perform that action at this time.
0 commit comments