-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
59 lines (54 loc) · 1.49 KB
/
platformio.ini
File metadata and controls
59 lines (54 loc) · 1.49 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
; 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]
framework = arduino
monitor_speed = 115200
lib_deps =
gyverlibs/GyverOLED@^1.6.4
gyverlibs/GyverDS3231@^1.1.0
gyverlibs/GyverButton@^3.8
gyverlibs/GyverTimer@^3.2
gyverlibs/Random16@^1.0
gyverlibs/Settings @ 1.3.5
gyverlibs/GyverDB @ 1.3.2
porrey/MAX1704X @ ^1.2.8
;dfrobot/DFRobot_BMI160@^1.0.0 - в библиотеке была ошибка. я исправил её и перенёс её в lib.
h2zero/NimBLE-Arduino @ ~2.3.7
bblanchon/ArduinoJson @ ^7.0.0
lucadentella/TOTP Library @ ^1.1.0
board_build.partitions = huge_app.csv
monitor_filters = send_on_enter
[env:catos_c3]
platform = espressif32
board = esp32-c3-devkitm-1
build_flags =
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
-D CATOS_C3_BUILD
-D CATOS_LITE
[env:catos_s3]
platform = espressif32
board = lolin_s3_mini
build_flags =
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
-D CATOS_S3_BUILD
[env:catos_spi]
platform = espressif32
board = esp32doit-devkit-v1
build_flags =
-D CATOS_SPI_DISPLAY
-D CATOS_NO_RTC
[env:catos_esp32]
platform = espressif32
board = esp32doit-devkit-v1
build_flags =
-D CATOS_ESP32_BUILD
-D CATOS_SPI_DISPLAY