mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
fix compiler warning webcam
This commit is contained in:
parent
48700193d1
commit
3d716866b1
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -14,8 +14,8 @@
|
||||
},
|
||||
"version": "7.0",
|
||||
"license": "MIT License",
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32",
|
||||
"build": {
|
||||
"srcFilter": [
|
||||
"+<*.c>",
|
||||
|
@ -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",
|
||||
|
@ -8,6 +8,6 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/pfalcon/re1.5"
|
||||
},
|
||||
"frameworks": "*",
|
||||
"platforms": "*"
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
@ -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": ".",
|
||||
|
@ -8,8 +8,8 @@
|
||||
"type": "git",
|
||||
"url": "https://gitlab.freedesktop.org/freetype"
|
||||
},
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32",
|
||||
"build": {
|
||||
"srcFilter": [
|
||||
"+<base/ftsystem.c>",
|
||||
|
@ -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",
|
||||
|
@ -12,8 +12,8 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://lvgl.io",
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32",
|
||||
"build": {
|
||||
"flags": [ "-I$PROJECT_DIR/tasmota/lvgl_berry" ]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user