mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
small changes for libignorre
This commit is contained in:
parent
52f1d21774
commit
65a921fa4b
@ -83,7 +83,6 @@ upload_resetmethod = nodemcu
|
|||||||
upload_port = COM5
|
upload_port = COM5
|
||||||
extra_scripts = ${scripts_defaults.extra_scripts}
|
extra_scripts = ${scripts_defaults.extra_scripts}
|
||||||
shared_libdeps_dir = lib
|
shared_libdeps_dir = lib
|
||||||
lib_ignore = ${esp82xx_defaults.lib_ignore}
|
|
||||||
|
|
||||||
[scripts_defaults]
|
[scripts_defaults]
|
||||||
extra_scripts = pio/strip-floats.py
|
extra_scripts = pio/strip-floats.py
|
||||||
@ -124,7 +123,6 @@ build_flags = ${esp_defaults.build_flags}
|
|||||||
-DPSTR_ALIGN=1
|
-DPSTR_ALIGN=1
|
||||||
; restrict to minimal mime-types
|
; restrict to minimal mime-types
|
||||||
-DMIMETYPE_MINIMAL
|
-DMIMETYPE_MINIMAL
|
||||||
lib_ignore = ${lib_EP8266_default.lib_ignore}
|
|
||||||
|
|
||||||
[irremoteesp_full]
|
[irremoteesp_full]
|
||||||
build_flags = -DUSE_IR_REMOTE_FULL
|
build_flags = -DUSE_IR_REMOTE_FULL
|
||||||
|
@ -206,7 +206,6 @@ lib_ignore =
|
|||||||
[lib_ESP_display]
|
[lib_ESP_display]
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
LinkedList
|
LinkedList
|
||||||
;Adafruit BusIO
|
|
||||||
Adafruit GFX Library
|
Adafruit GFX Library
|
||||||
Arduino ST7789 Library
|
Arduino ST7789 Library
|
||||||
Adafruit ILI9341
|
Adafruit ILI9341
|
||||||
@ -218,7 +217,6 @@ lib_ignore =
|
|||||||
Adafruit SH1106-gemu-1.0
|
Adafruit SH1106-gemu-1.0
|
||||||
Adafruit SSD1306
|
Adafruit SSD1306
|
||||||
SSD3115
|
SSD3115
|
||||||
;I2Cdevlib-Core
|
|
||||||
|
|
||||||
[lib_i2c_sensor]
|
[lib_i2c_sensor]
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
|
@ -43,6 +43,7 @@ default_envs = ${build_envs.default_envs}
|
|||||||
[core32]
|
[core32]
|
||||||
platform = espressif32@2.0.0
|
platform = espressif32@2.0.0
|
||||||
platform_packages = tool-esptoolpy@1.20800.0
|
platform_packages = tool-esptoolpy@1.20800.0
|
||||||
|
platformio/framework-arduinoespressif32 @ 3.10004.201016
|
||||||
|
|
||||||
[common32]
|
[common32]
|
||||||
platform = ${core32.platform}
|
platform = ${core32.platform}
|
||||||
|
@ -15,7 +15,6 @@ upload_resetmethod = ${common.upload_resetmethod}
|
|||||||
upload_speed = ${common.upload_speed}
|
upload_speed = ${common.upload_speed}
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
lib_extra_dirs = ${common.shared_libdeps_dir}
|
lib_extra_dirs = ${common.shared_libdeps_dir}
|
||||||
lib_ignore = ${common.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota]
|
[env:tasmota]
|
||||||
lib_ignore = ${lib_Tasmota.lib_ignore}
|
lib_ignore = ${lib_Tasmota.lib_ignore}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user