fix compiler warning webcam

This commit is contained in:
Jason2866 2021-12-18 13:26:16 +01:00
parent 48700193d1
commit 3d716866b1
9 changed files with 19 additions and 20 deletions

View File

@ -4,8 +4,8 @@
"description": "Forked version of Arduino HttpClient to support BearSSL instead of mbedTLS",
"license": "MIT",
"homepage": "https://github.com/arendst/Tasmota",
"frameworks": "*",
"platforms": "*",
"frameworks": "arduino",
"platforms": "espressif32",
"authors":
{
"name": "Stephan Hadinger",

View File

@ -4,8 +4,8 @@
"description": "Simple filesystem to open an uncompressed ZIP file and read-only",
"license": "MIT",
"homepage": "https://github.com/arendst/Tasmota",
"frameworks": "*",
"platforms": "*",
"frameworks": "arduino",
"platforms": "espressif32",
"authors":
{
"name": "Stephan Hadinger",

View File

@ -14,8 +14,8 @@
},
"version": "7.0",
"license": "MIT License",
"frameworks": "*",
"platforms": "*",
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"srcFilter": [
"+<*.c>",

View File

@ -4,8 +4,8 @@
"description": "Mapping to C functions",
"license": "MIT",
"homepage": "https://github.com/arendst/Tasmota",
"frameworks": "*",
"platforms": "*",
"frameworks": "arduino",
"platforms": "espressif32",
"authors":
{
"name": "Stephan Hadinger",

View File

@ -8,6 +8,6 @@
"type": "git",
"url": "https://github.com/pfalcon/re1.5"
},
"frameworks": "*",
"platforms": "*"
"frameworks": "arduino",
"platforms": "espressif32"
}

View File

@ -7,8 +7,8 @@
"type": "git",
"url": "https://github.com/espressif/esp32-camera"
},
"frameworks": "*",
"platforms": "*",
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"flags": [
"-Idriver/include",
@ -16,8 +16,7 @@
"-Idriver/private_include",
"-Iconversions/private_include",
"-Isensors/private_include",
"-Itarget/private_include",
"-fno-rtti"
"-Itarget/private_include"
],
"includeDir": ".",
"srcDir": ".",

View File

@ -8,8 +8,8 @@
"type": "git",
"url": "https://gitlab.freedesktop.org/freetype"
},
"frameworks": "*",
"platforms": "*",
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"srcFilter": [
"+<base/ftsystem.c>",

View File

@ -4,8 +4,8 @@
"description": "Mapping of LVGL functions to Berry",
"license": "MIT",
"homepage": "https://github.com/arendst/Tasmota",
"frameworks": "*",
"platforms": "*",
"frameworks": "arduino",
"platforms": "espressif32",
"authors":
{
"name": "Stephan Hadinger",

View File

@ -12,8 +12,8 @@
},
"license": "MIT",
"homepage": "https://lvgl.io",
"frameworks": "*",
"platforms": "*",
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"flags": [ "-I$PROJECT_DIR/tasmota/lvgl_berry" ]
}