Changed from ESP8266 to ESP32. Works much better.

HTTP server is disabled (for now).
This commit is contained in:
2019-11-11 05:32:41 +01:00
parent 2ea2ec479a
commit d799448c97
15 changed files with 273 additions and 204 deletions

View File

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