forked from attermann/microReticulum_Firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
61 lines (55 loc) · 1.33 KB
/
Copy pathplatformio.ini
File metadata and controls
61 lines (55 loc) · 1.33 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
60
61
[platformio]
default_envs = ttgo-t-beam
include_dir = .
src_dir = .
[env:ttgo-t-beam]
platform = platformio/espressif32@7.0.1
board = ttgo-t-beam
framework = arduino
custom_variant = tbeam
monitor_speed = 115200
upload_speed = 460800
board_build.partitions = partitions/tbeam_autonomous_4mb.csv
board_build.filesystem = littlefs
build_unflags =
-std=gnu++11
-fno-exceptions
-O0
-DRNS_DEBUG_HEAP
-DRNS_DEBUG_MEMORY
-DRNS_DEBUG_METRICS
build_flags =
-std=gnu++17
-fexceptions
-Os
-Wall
-Wno-missing-field-initializers
-Wno-format
-I.
-DNDEBUG
-DHAS_RNS
-DRNS_USE_FS
-DRNS_PERSIST_PATHS
-DURTN_STATS_PAGES
-DMSGPACK_USE_BOOST=OFF
-URNS_DEBUG_HEAP
-URNS_DEBUG_MEMORY
-URNS_DEBUG_METRICS
-DBOARD_MODEL=BOARD_TBEAM
-DTBEAM_ENABLE_WIFI
-DTCP_CLIENT_TRANSPORT
-DWIFI_REMOTE_CONSOLE=0
-DUSTORE_USE_POSIXFS=1
-DURTN_PATH_TABLE_MAX_RECS=500
-DRNS_PATH_TABLE_SEGMENT_SIZE=24576
-DRNS_PATH_TABLE_SEGMENT_COUNT=8
lib_deps =
bblanchon/ArduinoJson@7.4.3
hideakitai/MsgPack@0.4.2
adafruit/Adafruit SSD1306@2.5.17
lewisxhe/XPowersLib@0.3.3
https://github.com/attermann/Crypto.git#984dc891330986c302a86c4e312d4f5abcc28359
https://github.com/attermann/microStore.git#e18b827939f44ad500e49d810b62bb627439726b
https://github.com/attermann/microReticulum.git#0.4.1
build_src_filter = +<*> -<variants/>
extra_scripts = pre:extra_script.py