working rfid on hwv2, latest arduino-esp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user