mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
в modinfo модулей добавлен moduleDefines для условной компиляции
This commit is contained in:
@@ -228,6 +228,7 @@ lib_ignore = LT_WebSockets
|
||||
build_flags =
|
||||
-Desp32_4mb3f="esp32_4mb3f"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
${env:esp32_4mb3f_fromitems.build_flags}
|
||||
framework = arduino
|
||||
board = esp32dev
|
||||
platform = espressif32 @6.6.0
|
||||
@@ -777,7 +778,7 @@ lib_deps =
|
||||
adafruit/Adafruit BME280 Library
|
||||
adafruit/Adafruit BMP280 Library
|
||||
beegee-tokyo/DHT sensor library for ESPx
|
||||
https://github.com/milesburton/Arduino-Temperature-Control-Library
|
||||
milesburton/DallasTemperature @ ^4.0.4
|
||||
plerup/EspSoftwareSerial
|
||||
gyverlibs/EncButton @ ^2.0
|
||||
build_src_filter =
|
||||
@@ -805,12 +806,14 @@ build_src_filter =
|
||||
+<modules/exec/AnalogBtn>
|
||||
+<modules/exec/ButtonIn>
|
||||
+<modules/exec/ButtonOut>
|
||||
+<modules/exec/Buzzer>
|
||||
+<modules/exec/Enconder>
|
||||
+<modules/exec/Multitouch>
|
||||
+<modules/exec/Pwm32>
|
||||
+<modules/exec/TelegramLT>
|
||||
+<modules/exec/Thermostat>
|
||||
build_flags =
|
||||
-Dmod_RtcDriver
|
||||
-DhardRTC=1
|
||||
|
||||
[env:esp32cam_4mb_fromitems]
|
||||
lib_deps =
|
||||
|
||||
Reference in New Issue
Block a user