-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
executable file
·41 lines (38 loc) · 1.3 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
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev
build_flags =
-DCONFIG_EXAMPLE_MODEM_DEVICE_SIM800=1
-DCONFIG_EXAMPLE_MODEM_APN=\"CMNET\"
-DCONFIG_EXAMPLE_MODEM_PPP_AUTH_USERNAME=\"\"
-DCONFIG_EXAMPLE_MODEM_PPP_AUTH_PASSWORD=\"\"
-DCONFIG_EXAMPLE_UART_MODEM_TX_PIN=27
-DCONFIG_EXAMPLE_UART_MODEM_RX_PIN=26
-DCONFIG_EXAMPLE_UART_MODEM_RTS_PIN=0
-DCONFIG_EXAMPLE_UART_MODEM_CTS_PIN=0
-DCONFIG_EXAMPLE_UART_EVENT_TASK_STACK_SIZE=2048
-DCONFIG_EXAMPLE_UART_EVENT_TASK_PRIORITY=5
-DCONFIG_EXAMPLE_UART_EVENT_QUEUE_SIZE=30
-DCONFIG_EXAMPLE_UART_PATTERN_QUEUE_SIZE=20
-DCONFIG_EXAMPLE_UART_TX_BUFFER_SIZE=512
-DCONFIG_EXAMPLE_UART_RX_BUFFER_SIZE=1024
-DCONFIG_EXAMPLE_GPIO_MODEM_PWRKEY=4
-DCONFIG_EXAMPLE_GPIO_MODEM_RESET=5
-DCONFIG_EXAMPLE_GPIO_MODEM_STATUS=19
-DCORE_DEBUG_LEVEL=5
monitor_speed = 115200
monitor_flags =
-f
esp32_exception_decoder
upload_protocol = esp-prog
debug_tool = esp-prog
debug_init_break = tbreak app_main