forked from decentespresso/openscale
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
54 lines (48 loc) · 1.38 KB
/
platformio.ini
File metadata and controls
54 lines (48 loc) · 1.38 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
; 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
[platformio]
workspace_dir = .pio.nosync
default_envs = esp32s3
data_dir = web_apps
[env:esp32s3]
;-- esp32
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = esp32-s3-devkitc-1
framework = arduino
#board_build.partitions = <min_spiffs.csv>
board_build.filesystem = littlefs
monitor_speed = 115200
upload_speed = 921600
build_flags =
; -DESP32
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1
-DELEGANTOTA_USE_ASYNC_WEBSERVER=1
!python3 git_rev_macro.py
# -D DEBUG
#
;lib_ldf_mode = deep+
#
lib_compat_mode = strict
lib_deps =
ArduinoJson
olkal/HX711_ADC @ ^1.2.12
bxparks/AceButton @ ^1.10.1
hardmax/ADS1232 @ ^1.0.2
robtillaart/StopWatch @ ^0.3.5
adafruit/Adafruit ADS1X15 @ ^2.5.0
esp32async/AsyncTCP @ ^3.4.4
esp32async/ESPAsyncWebServer @ ^3.7.8
ayushsharma82/ElegantOTA @ ^3.1.7
adafruit/Adafruit MPU6050 @ ^2.2.6
sparkfun/SparkFun BMA400 Arduino Library @ ^1.0.0
olikraus/U8g2 @ ^2.36.12
monitor_filters =
esp32_exception_decoder
send_on_enter