working rfid on hwv2, latest arduino-esp

This commit is contained in:
2021-11-27 11:07:16 +01:00
parent c5291f5566
commit bb9c4c8228
7 changed files with 29 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[env:esp32-pico]
platform = espressif32
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
board = m5stack-atom
framework = arduino
lib_deps =
@@ -19,6 +19,6 @@ monitor_speed = 115200
lib_ldf_mode = deep+
extra_scripts = ./littlefsbuilder.py
build_flags =
-DHARDWARE=1
-DHARDWARE=2
;upload_protocol = espota
;upload_port = 192.168.2.254