Merge pull request #14089 from Jason2866/work

fix compiler warning in webcam build
This commit is contained in:
Jason2866 2021-12-18 13:35:50 +01:00 committed by GitHub
commit 871bc9700e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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", "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",

View File

@ -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",

View File

@ -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>",

View File

@ -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",

View File

@ -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"
} }

View File

@ -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": ".",

View File

@ -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>",

View File

@ -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",

View File

@ -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" ]
} }