Changed from ESP8266 to ESP32. Works much better.
HTTP server is disabled (for now).
This commit is contained in:
@ -8,13 +8,13 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:esp12e]
|
||||
platform = espressif8266
|
||||
board = esp12e
|
||||
[env:esp32]
|
||||
platform = espressif32
|
||||
board = esp-wrover-kit
|
||||
framework = arduino
|
||||
upload_speed = 512000
|
||||
build_flags=!./build_version.sh
|
||||
lib_deps = Adafruit MCP23017 Arduino Library
|
||||
upload_port = /dev/cu.wchusbserial1420
|
||||
lib_deps = MFRC522
|
||||
upload_port = /dev/cu.SLAB_USBtoUART
|
||||
monitor_speed = 74480
|
||||
monitor_port = /dev/cu.wchusbserial1420
|
||||
;monitor_port = /dev/cu.wchusbserial1420
|
Reference in New Issue
Block a user