-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
35 lines (34 loc) · 1.15 KB
/
Copy pathplatformio.ini
File metadata and controls
35 lines (34 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
; PlatformIO Project Configuration File
;
; AC Web Remote - ESP32 Air Conditioner Controller
;
; This project allows you to control your Tadiran air conditioner
; through a web interface using an ESP32 and IR LED.
;
; Updated to use IoT-WebUI v2.0 for enhanced web interface
; with AC control forms, quick actions, and unified interface management.
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
; Enhanced generic web interface library (GitHub repository)
https://github.com/Alexeyisme/IoT-WebUI.git
; JSON handling for web interface and configuration
bblanchon/ArduinoJson@^7.0.3
; IR signal generation for 38+ AC models
crankyoldgit/IRremoteESP8266@^2.7.19
; WiFi configuration with captive portal
tzapu/WiFiManager@^2.0.16
monitor_speed = 115200
build_flags =
-D CORE_DEBUG_LEVEL=3
upload_speed = 921600