extend sensor vbatt and hall
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:esp32-pico]
|
||||
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
|
||||
platform = espressif32 #https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
|
||||
board = m5stack-atom
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
@@ -20,5 +20,5 @@ lib_ldf_mode = deep+
|
||||
extra_scripts = ./littlefsbuilder.py
|
||||
build_flags =
|
||||
-DHARDWARE=2
|
||||
;upload_protocol = espota
|
||||
;upload_port = 192.168.2.254
|
||||
-DNDEF_DEBUG=1
|
||||
-DCORE_DEBUG_LEVEL=3
|
||||
|
||||
Reference in New Issue
Block a user