-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini.example
40 lines (40 loc) · 1014 Bytes
/
platformio.ini.example
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
36
37
38
39
40
[env:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
framework = arduino
monitor_speed = 115200
board_build.filesystem = littlefs
board_build.partitions = esp32_custom_partition_4mb.csv
lib_deps =
gyverlibs/FastBot2@^1.0.1
gyverlibs/EncButton@^3.6.3
paulstoffregen/OneWire@^2.3.8
milesburton/DallasTemperature@^3.11.0
olikraus/U8g2@^2.35.30
bblanchon/ArduinoJson@^7.2.0
esphome/ESPAsyncWebServer-esphome@^3.3.0
build_unflags =
-std=gnu++11
build_flags =
-D WIFI_SSID=""
-D WIFI_PASSWORD=""
-D WIFI_RECONNECT_INTERVAL=30000
-D MDNS_NAME="esp32-myheat"
-D TELEGRAM_BOT_TOKEN=""
-D RELAY_COUNT=0
-D TEMPERATURE_COUNT=0
-D FUNCTION_COUNT=0
-D NTP_SERVER="pool.ntp.org"
-D NTP_OFFSET=0
-D NTP_DAYLIGHT_OFFSET=0
-D NTP_SYNC_INTERVAL=3600000
-D REGISTER_PHRASE=""
-D RELAY_PINS={26,27}
-D RELAY_TRIGGER={0,0}
-D TEMPERATURE_PIN=19
-D OLED_SDA 21
-D OLED_SCL 22
-D ENC_A=4
-D ENC_B=19
-D ENC_BTN=18
-std=gnu++2a