extend sensor vbatt and hall

This commit is contained in:
2021-11-29 16:51:17 +01:00
parent dc285288f0
commit 8c6cbbf247
8 changed files with 83220 additions and 17 deletions

View File

@@ -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