mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
add IRremote
This commit is contained in:
@@ -21,7 +21,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8266_1mb_ota_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp8266_1mb_ota="esp8266_1mb_ota"
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
@@ -43,7 +43,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8266_1mb_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp8266_1mb="esp8266_1mb"
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
@@ -65,7 +65,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8285_1mb_ota_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp8266_1mb_ota="esp8266_1mb_ota"
|
||||
framework = arduino
|
||||
board = esp8285
|
||||
@@ -87,7 +87,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8266_2mb_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp8266_2mb="esp8266_2mb"
|
||||
framework = arduino
|
||||
board = d1_wroom_02
|
||||
@@ -109,7 +109,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8266_2mb_ota_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp8266_2mb_ota="esp8266_2mb_ota"
|
||||
framework = arduino
|
||||
board = d1_wroom_02
|
||||
@@ -131,7 +131,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8285_1mb_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp8266_1mb="esp8266_1mb"
|
||||
framework = arduino
|
||||
board = esp8285
|
||||
@@ -153,7 +153,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8266_4mb_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp8266_4mb="esp8266_4mb"
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
@@ -176,7 +176,7 @@ lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp8266_16mb_fromitems.lib_deps}
|
||||
ESPAsyncUDP
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp8266_16mb="esp8266_16mb"
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
@@ -198,7 +198,7 @@ extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32_4mb_fromitems.lib_deps}
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp32_4mb="esp32_4mb"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
framework = arduino
|
||||
@@ -221,7 +221,7 @@ extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32_4mb3f_fromitems.lib_deps}
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp32_4mb="esp32_4mb"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
framework = arduino
|
||||
@@ -245,7 +245,7 @@ extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32cam_4mb_fromitems.lib_deps}
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp32cam_4mb="esp32cam_4mb"
|
||||
-DBOARD_HAS_PSRAM
|
||||
-mfix-esp32-psram-cache-issue
|
||||
@@ -270,7 +270,7 @@ extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32s2_4mb_fromitems.lib_deps}
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp32s2_4mb="esp32s2_4mb"
|
||||
-DARDUINO_USB_CDC_ON_BOOT=1
|
||||
-DARDUINO_USB_MODE=0
|
||||
@@ -295,7 +295,7 @@ extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32c3m_4mb_fromitems.lib_deps}
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp32c3m_4mb="esp32c3m_4mb"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
framework = arduino
|
||||
@@ -319,7 +319,7 @@ extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32s3_16mb_fromitems.lib_deps}
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp32s3_16mb="esp32s3_16mb"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
framework = arduino
|
||||
@@ -345,7 +345,7 @@ extra_scripts = pre:tools/patch32_ws.py
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
${env:esp32_16mb_fromitems.lib_deps}
|
||||
build_flags = ${common.build_flags}
|
||||
build_flags = ${common.build_flags}
|
||||
-Desp32_16mb="esp32_16mb"
|
||||
-Wl,--wrap=esp_panic_handler
|
||||
framework = arduino
|
||||
@@ -722,16 +722,69 @@ build_src_filter =
|
||||
|
||||
[env:esp32_4mb3f_fromitems]
|
||||
lib_deps =
|
||||
gyverlibs/FastBot
|
||||
https://github.com/enjoyneering/AHTxx.git
|
||||
adafruit/Adafruit BME280 Library
|
||||
adafruit/Adafruit BMP280 Library
|
||||
beegee-tokyo/DHT sensor library for ESPx
|
||||
https://github.com/milesburton/Arduino-Temperature-Control-Library
|
||||
robtillaart/SHT2x@^0.1.1
|
||||
WEMOS SHT3x@1.0.0
|
||||
plerup/EspSoftwareSerial
|
||||
gyverlibs/EncButton @ ^2.0
|
||||
https://github.com/RoboticsBrno/ServoESP32#v1.0.3
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.1.0
|
||||
adafruit/Adafruit BusIO @ ^1.13.2
|
||||
dfrobot/DFRobotDFPlayerMini @ ^1.0.5
|
||||
adafruit/Adafruit BusIO @ ^1.13.2
|
||||
plerup/EspSoftwareSerial
|
||||
https://github.com/robotclass/RobotClass_LiquidCrystal_I2C
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
https://github.com/stblassitude/Adafruit_SSD1306_Wemos_OLED
|
||||
https://github.com/adafruit/Adafruit-GFX-Library
|
||||
build_src_filter =
|
||||
+<modules/virtual/DiscoveryHA>
|
||||
+<modules/virtual/DiscoveryHomeD>
|
||||
+<modules/virtual/Cron>
|
||||
+<modules/virtual/Loging>
|
||||
+<modules/virtual/LogingDaily>
|
||||
+<modules/virtual/Math>
|
||||
+<modules/virtual/owmWeather>
|
||||
+<modules/virtual/Ping>
|
||||
+<modules/virtual/Timer>
|
||||
+<modules/virtual/Variable>
|
||||
+<modules/virtual/VButton>
|
||||
+<modules/exec/EctoControlAdapter>
|
||||
+<modules/exec/Telegram_v2>
|
||||
+<modules/sensors/A02Distance>
|
||||
+<modules/sensors/Acs712>
|
||||
+<modules/sensors/AhtXX>
|
||||
+<modules/sensors/AnalogAdc>
|
||||
+<modules/sensors/BL0937>
|
||||
+<modules/sensors/Bme280>
|
||||
+<modules/sensors/Bmp280>
|
||||
+<modules/sensors/Dht1122>
|
||||
+<modules/sensors/Ds18b20>
|
||||
+<modules/sensors/Impulse>
|
||||
+<modules/sensors/MQgas>
|
||||
+<modules/sensors/Pzem004t_v2>
|
||||
+<modules/sensors/RTC>
|
||||
+<modules/sensors/S8>
|
||||
+<modules/sensors/Sht20>
|
||||
+<modules/sensors/Sht30>
|
||||
+<modules/sensors/Sonar>
|
||||
+<modules/sensors/UART>
|
||||
+<modules/exec/AnalogBtn>
|
||||
+<modules/exec/ButtonIn>
|
||||
+<modules/exec/ButtonOut>
|
||||
+<modules/exec/Buzzer>
|
||||
+<modules/exec/Enconder>
|
||||
+<modules/exec/IoTServo>
|
||||
+<modules/exec/Mcp23017>
|
||||
+<modules/exec/Mp3>
|
||||
+<modules/exec/Multitouch>
|
||||
+<modules/exec/Pcf8574>
|
||||
+<modules/exec/Pwm32>
|
||||
+<modules/exec/TelegramLT>
|
||||
+<modules/display/DwinI>
|
||||
+<modules/display/Lcd2004>
|
||||
+<modules/display/Oled64>
|
||||
+<modules/display/Smi2_m>
|
||||
|
||||
[env:esp32cam_4mb_fromitems]
|
||||
lib_deps =
|
||||
|
||||
Reference in New Issue
Block a user