Browse Source

Platform is necessary for common

master
Torsten Stauder 5 years ago
parent
commit
374ddbe12f
  1. 7
      platformio.ini

7
platformio.ini

@ -24,6 +24,7 @@ lib_deps_external =
; https://github.com/pschatzmann/ESP32-A2DP.git ; https://github.com/pschatzmann/ESP32-A2DP.git
[env:common] [env:common]
platform = espressif32
build_flags = -DHAL=1 -DHAL=3 -DHAL=4 build_flags = -DHAL=1 -DHAL=3 -DHAL=4
; Don't forget to run this script if you changed the html-files provided in any way ; Don't forget to run this script if you changed the html-files provided in any way
extra_scripts = extra_scripts =
@ -74,8 +75,8 @@ lib_deps =
https://github.com/biologist79/rfid.git https://github.com/biologist79/rfid.git
https://github.com/tueddy/PN5180-Library.git https://github.com/tueddy/PN5180-Library.git
extra_scripts = ${env:common.extra_scripts} extra_scripts = ${env:common.extra_scripts}
upload_port = /dev/cu.SLAB_USBtoUART
monitor_port = /dev/cu.SLAB_USBtoUART
upload_port = /dev/cu.wchusbserial1420
monitor_port = /dev/cu.wchusbserial1420
[env:lolin_d32_pro] [env:lolin_d32_pro]
;https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32_pro.html ;https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32_pro.html
@ -129,7 +130,7 @@ monitor_port = /dev/cu.SLAB_USBtoUART
;;; Change upload/monitor-port of your board regarding your operating-system and develboard! ;;; Change upload/monitor-port of your board regarding your operating-system and develboard!
;MAC: /dev/cu.SLAB_USBtoUART
;MAC: /dev/cu.SLAB_USBtoUART / /dev/cu.wchusbserial1420 / /dev/cu.wchusbserial1410
;WINDOWS: COM3 ;WINDOWS: COM3
;LINUX: /dev/ttyUSB0 (if it's the first USB-device attached, otherwise increase number) ;LINUX: /dev/ttyUSB0 (if it's the first USB-device attached, otherwise increase number)
Loading…
Cancel
Save