-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
53 lines (43 loc) · 1.3 KB
/
platformio.ini
File metadata and controls
53 lines (43 loc) · 1.3 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]
data_dir = web/sensorfy-webinterface/dist
[env:esp12e]
platform = espressif8266
board = esp12e
framework = arduino
; Flash layout
; sketch @0x40200000 (~1019KB) (1044464B)
; empty @0x402FEFF0 (~1028KB) (1052688B)
; spiffs @0x40400000 (~2024KB) (2072576B)
; eeprom @0x405FB000 (4KB)
; rfcal @0x405FC000 (4KB)
; wifi @0x405FD000 (12KB)
; See: https://github.com/esp8266/Arduino/tree/master/tools/sdk/ld
board_build.ldscript = eagle.flash.4m2m.ld
; Filesystem
board_build.filesystem = littlefs
lib_deps =
SPI
mcci-catena/MCCI LoRaWAN LMIC library@^3.3.0
jwrw/ESP_EEPROM@^2.1.1
nanopb/Nanopb@^0.4.4
me-no-dev/ESP Async WebServer@^1.2.3
build_flags =
-D ARDUINO_LMIC_PROJECT_CONFIG_H_SUPPRESS
-D ARDUINO_LMIC_CFG_NETWORK_TTN=1
; Select your region
-D CFG_eu868=1
; Select your radio
-D CFG_sx1276_radio=1
; Enables serial debug messages on GPIO16
-D DEBUG_ENABLED=1
monitor_speed = 9600
monitor_filters = esp8266_exception_decoder