mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Merge pull request #14089 from Jason2866/work
fix compiler warning in webcam build
This commit is contained in:
commit
871bc9700e
@ -4,8 +4,8 @@
|
|||||||
"description": "Forked version of Arduino HttpClient to support BearSSL instead of mbedTLS",
|
"description": "Forked version of Arduino HttpClient to support BearSSL instead of mbedTLS",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/arendst/Tasmota",
|
"homepage": "https://github.com/arendst/Tasmota",
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "espressif32",
|
||||||
"authors":
|
"authors":
|
||||||
{
|
{
|
||||||
"name": "Stephan Hadinger",
|
"name": "Stephan Hadinger",
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
"description": "Simple filesystem to open an uncompressed ZIP file and read-only",
|
"description": "Simple filesystem to open an uncompressed ZIP file and read-only",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/arendst/Tasmota",
|
"homepage": "https://github.com/arendst/Tasmota",
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "espressif32",
|
||||||
"authors":
|
"authors":
|
||||||
{
|
{
|
||||||
"name": "Stephan Hadinger",
|
"name": "Stephan Hadinger",
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
},
|
},
|
||||||
"version": "7.0",
|
"version": "7.0",
|
||||||
"license": "MIT License",
|
"license": "MIT License",
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "espressif32",
|
||||||
"build": {
|
"build": {
|
||||||
"srcFilter": [
|
"srcFilter": [
|
||||||
"+<*.c>",
|
"+<*.c>",
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
"description": "Mapping to C functions",
|
"description": "Mapping to C functions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/arendst/Tasmota",
|
"homepage": "https://github.com/arendst/Tasmota",
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "espressif32",
|
||||||
"authors":
|
"authors":
|
||||||
{
|
{
|
||||||
"name": "Stephan Hadinger",
|
"name": "Stephan Hadinger",
|
||||||
|
@ -8,6 +8,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pfalcon/re1.5"
|
"url": "https://github.com/pfalcon/re1.5"
|
||||||
},
|
},
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*"
|
"platforms": "espressif32"
|
||||||
}
|
}
|
@ -7,8 +7,8 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/espressif/esp32-camera"
|
"url": "https://github.com/espressif/esp32-camera"
|
||||||
},
|
},
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "espressif32",
|
||||||
"build": {
|
"build": {
|
||||||
"flags": [
|
"flags": [
|
||||||
"-Idriver/include",
|
"-Idriver/include",
|
||||||
@ -16,8 +16,7 @@
|
|||||||
"-Idriver/private_include",
|
"-Idriver/private_include",
|
||||||
"-Iconversions/private_include",
|
"-Iconversions/private_include",
|
||||||
"-Isensors/private_include",
|
"-Isensors/private_include",
|
||||||
"-Itarget/private_include",
|
"-Itarget/private_include"
|
||||||
"-fno-rtti"
|
|
||||||
],
|
],
|
||||||
"includeDir": ".",
|
"includeDir": ".",
|
||||||
"srcDir": ".",
|
"srcDir": ".",
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitlab.freedesktop.org/freetype"
|
"url": "https://gitlab.freedesktop.org/freetype"
|
||||||
},
|
},
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "espressif32",
|
||||||
"build": {
|
"build": {
|
||||||
"srcFilter": [
|
"srcFilter": [
|
||||||
"+<base/ftsystem.c>",
|
"+<base/ftsystem.c>",
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
"description": "Mapping of LVGL functions to Berry",
|
"description": "Mapping of LVGL functions to Berry",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/arendst/Tasmota",
|
"homepage": "https://github.com/arendst/Tasmota",
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "espressif32",
|
||||||
"authors":
|
"authors":
|
||||||
{
|
{
|
||||||
"name": "Stephan Hadinger",
|
"name": "Stephan Hadinger",
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://lvgl.io",
|
"homepage": "https://lvgl.io",
|
||||||
"frameworks": "*",
|
"frameworks": "arduino",
|
||||||
"platforms": "*",
|
"platforms": "espressif32",
|
||||||
"build": {
|
"build": {
|
||||||
"flags": [ "-I$PROJECT_DIR/tasmota/lvgl_berry" ]
|
"flags": [ "-I$PROJECT_DIR/tasmota/lvgl_berry" ]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user