windows PIO compilation issue fixed

This commit is contained in:
2019-10-16 01:02:02 +03:00
parent 8a649272e0
commit a80509af34

View File

@@ -29,7 +29,7 @@ env_default =
; due-5100 ; due-5100
; Arduino DUE + Ethernet shield Wiznet 5500 ; Arduino DUE + Ethernet shield Wiznet 5500
due-5500 ; due-5500
; ESP 8266 ; ESP 8266
; esp8266-wifi ; esp8266-wifi
@@ -58,7 +58,7 @@ board = nrf52840_dk
;upload_protocol = mbed ;upload_protocol = mbed
;upload_port = /dev/cu.SLAB_USBtoUART ;upload_port = /dev/cu.SLAB_USBtoUART
framework = arduino framework = arduino
build_flags = !bash check_custom_build_flags_nrf52840.sh build_flags = !check_custom_build_flags_nrf52840.sh
lib_ignore = lib_ignore =
ESP_EEPROM ESP_EEPROM
DmxSimple DmxSimple
@@ -110,7 +110,7 @@ platform = espressif32
board = m5stack-core-esp32 board = m5stack-core-esp32
framework = arduino framework = arduino
upload_speed = 921600 upload_speed = 921600
build_flags = !bash check_custom_build_flags_esp32.sh build_flags = !check_custom_build_flags_esp32.sh
lib_ignore = lib_ignore =
DmxSimple DmxSimple
DMXSerial DMXSerial
@@ -157,7 +157,7 @@ framework = arduino
;board = pico32 ;board = pico32
board = esp32-evb board = esp32-evb
upload_speed = 115200 upload_speed = 115200
build_flags = !bash check_custom_build_flags_esp32.sh build_flags = !check_custom_build_flags_esp32.sh
lib_ignore = lib_ignore =
DmxSimple DmxSimple
DMXSerial DMXSerial
@@ -201,7 +201,7 @@ lib_deps =
platform = atmelsam platform = atmelsam
framework = arduino framework = arduino
board = due board = due
build_flags = !bash check_custom_build_flags_due.sh build_flags = !check_custom_build_flags_due.sh
lib_ignore = lib_ignore =
DHT sensor library for ESPx DHT sensor library for ESPx
ESP_EEPROM ESP_EEPROM
@@ -244,7 +244,7 @@ platform = atmelavr
board = megaatmega2560 board = megaatmega2560
;upload_port = net:192.168.88.31:23 ;upload_port = net:192.168.88.31:23
framework = arduino framework = arduino
build_flags = !bash check_custom_build_flags_mega2560-slim.sh build_flags = !check_custom_build_flags_mega2560-slim.sh
lib_ignore = lib_ignore =
DHT sensor library for ESPx DHT sensor library for ESPx
DmxDue DmxDue
@@ -282,7 +282,7 @@ lib_deps =
platform = atmelavr platform = atmelavr
board = megaatmega2560 board = megaatmega2560
framework = arduino framework = arduino
build_flags = !bash check_custom_build_flags_mega2560-5500.sh build_flags = !check_custom_build_flags_mega2560-5500.sh
lib_ignore = lib_ignore =
DHT sensor library for ESPx DHT sensor library for ESPx
DmxDue DmxDue
@@ -321,7 +321,7 @@ lib_deps =
platform = espressif8266 platform = espressif8266
framework = arduino framework = arduino
board = nodemcuv2 board = nodemcuv2
build_flags = !bash check_custom_build_flags_esp8266.sh build_flags = !check_custom_build_flags_esp8266.sh
lib_ignore = lib_ignore =
DmxSimple DmxSimple
DMXSerial DMXSerial
@@ -367,7 +367,7 @@ platform = atmelavr
board = megaatmega2560 board = megaatmega2560
framework = arduino framework = arduino
upload_port = net:192.168.88.2:23000 upload_port = net:192.168.88.2:23000
build_flags = !bash check_custom_build_flags_mega2560.sh build_flags = !check_custom_build_flags_mega2560.sh
lib_ignore = lib_ignore =
DHT sensor library for ESPx DHT sensor library for ESPx
DmxDue DmxDue
@@ -406,7 +406,7 @@ lib_deps =
platform = atmelsam platform = atmelsam
framework = arduino framework = arduino
board = due board = due
build_flags = !bash check_custom_build_flags_due-5500.sh build_flags = !check_custom_build_flags_due-5500.sh
lib_ignore = lib_ignore =
DHT sensor library for ESPx DHT sensor library for ESPx
ESPDMX ESPDMX
@@ -450,7 +450,7 @@ lib_deps =
platform = atmelsam platform = atmelsam
framework = arduino framework = arduino
board = due board = due
build_flags = !bash check_custom_build_flags_lighthub21.sh build_flags = !check_custom_build_flags_lighthub21.sh
lib_ignore = lib_ignore =
DHT sensor library for ESPx DHT sensor library for ESPx
ESPDMX ESPDMX
@@ -495,7 +495,7 @@ lib_deps =
platform = atmelavr platform = atmelavr
board = megaatmega2560 board = megaatmega2560
framework = arduino framework = arduino
build_flags = !bash check_custom_build_flags_controllino.sh build_flags = !check_custom_build_flags_controllino.sh
lib_ignore = lib_ignore =
DHT sensor library for ESPx DHT sensor library for ESPx
DmxDue DmxDue
@@ -537,7 +537,7 @@ framework = arduino
board = nucleo_f103rb board = nucleo_f103rb
upload_protocol = stlink upload_protocol = stlink
debug_tool = stlink debug_tool = stlink
build_flags = !bash check_custom_build_flags_stm32.sh build_flags = !check_custom_build_flags_stm32.sh
lib_ignore = lib_ignore =
DHT sensor library for ESPx DHT sensor library for ESPx
DmxDue DmxDue