We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80cd01 commit a4f41b4Copy full SHA for a4f41b4
1 file changed
platformio.ini
@@ -10,7 +10,7 @@
10
; https://docs.platformio.org/page/projectconf.html
11
12
[common]
13
-custom_version = 1.0.2
+custom_version = 1.0.3
14
platform = espressif32
15
framework = arduino
16
monitor_speed = 115200
@@ -84,4 +84,4 @@ build_flags =
84
-DSYS_EN=GPIO_NUM_41
85
-DSYS_OUT=GPIO_NUM_40
86
; Battery monitor
87
- -DBATTERY_VOLTAGE_PIN=GPIO_NUM_1
+ -DBATTERY_VOLTAGE_PIN=GPIO_NUM_1
0 commit comments