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