Merge pull request #10671 from Jason2866/patch-4

Fix compile error with latest Platformio development
This commit is contained in:
Theo Arends 2021-01-23 12:34:22 +01:00 committed by GitHub
commit 2f272a0a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 22 additions and 17 deletions

View File

@ -10,8 +10,5 @@
"exclude": "tests", "exclude": "tests",
"examples": "examples/*/*.ino", "examples": "examples/*/*.ino",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": [ "platforms": ["espressif8266", "espressif32"]
"atmelavr",
"espressif"
]
} }

View File

@ -6,5 +6,5 @@ sentence=Access 1-wire temperature sensors, memory and other chips.
paragraph= Mod of Paul Stoffregen code to support ESP32 paragraph= Mod of Paul Stoffregen code to support ESP32
category=Communication category=Communication
url=http://www.pjrc.com/teensy/td_libs_OneWire.html url=http://www.pjrc.com/teensy/td_libs_OneWire.html
architectures=esp32 architectures=esp8266,esp32

View File

@ -11,5 +11,5 @@
"url": "https://github.com/arendst/Tasmota/lib/TasmotaModbus" "url": "https://github.com/arendst/Tasmota/lib/TasmotaModbus"
}, },
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "espressif8266" "platforms": ["espressif8266", "espressif32"]
} }

View File

@ -6,4 +6,4 @@ sentence=Basic modbus wrapper for TasmotaSerial for ESP8266.
paragraph= paragraph=
category=Signal Input/Output category=Signal Input/Output
url= url=
architectures=esp8266 architectures=esp8266,esp32

View File

@ -7,4 +7,3 @@ paragraph=Arduino library for FT5206 chip. Tested with ESP32
category=Communication category=Communication
url=https://github.com/lewisxhe/FT5206_Library url=https://github.com/lewisxhe/FT5206_Library
architectures=* architectures=*
architectures=esp32

View File

@ -10,6 +10,6 @@
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "platforms":
[ [
"atmelavr" "*"
] ]
} }

View File

@ -6,4 +6,4 @@ sentence=ESP8266 library for Waveshare e-paper display.
paragraph= paragraph=
category=Display category=Display
url=https://github.com/gemu2015/Sonoff-Tasmota/tree/displays/lib/esp-epaper-29-ws-20171230-gemu-1.0# url=https://github.com/gemu2015/Sonoff-Tasmota/tree/displays/lib/esp-epaper-29-ws-20171230-gemu-1.0#
architectures=esp8266 architectures=*

View File

@ -6,4 +6,4 @@ sentence=Sensor driver for BME680 sensor
paragraph=Sensor driver for BME680 sensor paragraph=Sensor driver for BME680 sensor
category=Sensor category=Sensor
url= url=
architectures=esp8266 architectures=esp8266,esp32

View File

@ -5,7 +5,7 @@
"type": "git" "type": "git"
}, },
"platforms": [ "platforms": [
"atmelavr" "*"
], ],
"frameworks": [ "frameworks": [
"arduino" "arduino"
@ -28,4 +28,4 @@
], ],
"id": 11, "id": 11,
"description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices." "description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices."
} }

View File

@ -9,5 +9,5 @@
"url": "https://github.com/jrowberg/i2cdevlib.git" "url": "https://github.com/jrowberg/i2cdevlib.git"
}, },
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "atmelavr" "platforms": "*"
} }

View File

@ -6,4 +6,4 @@ sentence=.
paragraph= paragraph=
category= category=
url= url=
architectures=esp8266 architectures=esp8266,esp32

View File

@ -6,4 +6,4 @@ sentence=BearSSL implementation of the SSL/TLS protocol optimized for ESP8266 by
paragraph= paragraph=
category=Other category=Other
url=https://github.com/earlephilhower/bearssl-esp8266.git url=https://github.com/earlephilhower/bearssl-esp8266.git
architectures=esp8266 architectures=esp8266,esp32

View File

@ -0,0 +1,9 @@
name=M5 Stack Core2 library
version=1.0
author=Gerhard Mutz
maintainer=Gerhard Mutz
sentence=Allows Tasmota to use Core2
paragraph=Allows Tasmota to Core2 for esp32
category=ESP32
url=
architectures=*