forked from baycom/SimpleEVSE-WiFi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
73 lines (68 loc) · 1.78 KB
/
platformio.ini
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
; PlatformIO Project Configuration File
;
; 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:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
upload_speed = 921600
monitor_speed = 115200
build_flags = -DESP32_DEVKIT -DESP32 -DRFID -DOLED
board_build.partitions = min_spiffs.csv
board_build.embed_txtfiles =
websrc/favicon.ico
websrc/glyph.woff
websrc/glyph.woff2
websrc/index.htm
websrc/required.css
websrc/required.js
websrc/script.js
websrc/lang.js
websrc/status_charging.svg
websrc/status_detected.svg
websrc/status_ready.svg
lib_ignore =
ESPAsyncUDP
EspSoftwareSerial
lib_deps =
bblanchon/ArduinoJson
emelianov/modbus-esp8266
https://github.com/CurtRod/ModbusMaster.git
me-no-dev/ESPAsyncTCP
miguelbalboa/MFRC522
olikraus/U8g2
paulstoffregen/Time
https://github.com/me-no-dev/ESPAsyncWebServer.git
[env:base_1_045]
platform = [email protected]
board = base_1_045
framework = arduino
upload_speed = 921600
lib_ignore =
ESPAsyncUDP
EspSoftwareSerial
board_build.partitions = default_8MB.csv
board_build.f_cpu = 160000000L
build_flags = -DOLED -DRFID -DMODBUSIP
lib_deps =
miguelbalboa/MFRC522
bblanchon/ArduinoJson
emelianov/modbus-esp8266
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
upload_speed = 921600
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY -Wl,-Map,output.map -DRFID -DMODBUSIP
lib_ignore = U8g2
lib_deps =
miguelbalboa/MFRC522
plerup/[email protected]
bblanchon/ArduinoJson
emelianov/modbus-esp8266