mirror of https://github.com/arendst/Tasmota.git
Merge pull request #10671 from Jason2866/patch-4
Fix compile error with latest Platformio development
This commit is contained in:
commit
2f272a0a5e
|
@ -10,8 +10,5 @@
|
|||
"exclude": "tests",
|
||||
"examples": "examples/*/*.ino",
|
||||
"frameworks": "arduino",
|
||||
"platforms": [
|
||||
"atmelavr",
|
||||
"espressif"
|
||||
]
|
||||
"platforms": ["espressif8266", "espressif32"]
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@ sentence=Access 1-wire temperature sensors, memory and other chips.
|
|||
paragraph= Mod of Paul Stoffregen code to support ESP32
|
||||
category=Communication
|
||||
url=http://www.pjrc.com/teensy/td_libs_OneWire.html
|
||||
architectures=esp32
|
||||
architectures=esp8266,esp32
|
||||
|
||||
|
|
|
@ -11,5 +11,5 @@
|
|||
"url": "https://github.com/arendst/Tasmota/lib/TasmotaModbus"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif8266"
|
||||
"platforms": ["espressif8266", "espressif32"]
|
||||
}
|
||||
|
|
|
@ -6,4 +6,4 @@ sentence=Basic modbus wrapper for TasmotaSerial for ESP8266.
|
|||
paragraph=
|
||||
category=Signal Input/Output
|
||||
url=
|
||||
architectures=esp8266
|
||||
architectures=esp8266,esp32
|
||||
|
|
|
@ -7,4 +7,3 @@ paragraph=Arduino library for FT5206 chip. Tested with ESP32
|
|||
category=Communication
|
||||
url=https://github.com/lewisxhe/FT5206_Library
|
||||
architectures=*
|
||||
architectures=esp32
|
|
@ -10,6 +10,6 @@
|
|||
"frameworks": "arduino",
|
||||
"platforms":
|
||||
[
|
||||
"atmelavr"
|
||||
"*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,4 +6,4 @@ sentence=ESP8266 library for Waveshare e-paper display.
|
|||
paragraph=
|
||||
category=Display
|
||||
url=https://github.com/gemu2015/Sonoff-Tasmota/tree/displays/lib/esp-epaper-29-ws-20171230-gemu-1.0#
|
||||
architectures=esp8266
|
||||
architectures=*
|
||||
|
|
|
@ -6,4 +6,4 @@ sentence=Sensor driver for BME680 sensor
|
|||
paragraph=Sensor driver for BME680 sensor
|
||||
category=Sensor
|
||||
url=
|
||||
architectures=esp8266
|
||||
architectures=esp8266,esp32
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"type": "git"
|
||||
},
|
||||
"platforms": [
|
||||
"atmelavr"
|
||||
"*"
|
||||
],
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
|
@ -28,4 +28,4 @@
|
|||
],
|
||||
"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."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
"url": "https://github.com/jrowberg/i2cdevlib.git"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "atmelavr"
|
||||
"platforms": "*"
|
||||
}
|
||||
|
|
|
@ -6,4 +6,4 @@ sentence=.
|
|||
paragraph=
|
||||
category=
|
||||
url=
|
||||
architectures=esp8266
|
||||
architectures=esp8266,esp32
|
||||
|
|
|
@ -6,4 +6,4 @@ sentence=BearSSL implementation of the SSL/TLS protocol optimized for ESP8266 by
|
|||
paragraph=
|
||||
category=Other
|
||||
url=https://github.com/earlephilhower/bearssl-esp8266.git
|
||||
architectures=esp8266
|
||||
architectures=esp8266,esp32
|
||||
|
|
|
@ -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=*
|
Loading…
Reference in New Issue