-
Notifications
You must be signed in to change notification settings - Fork 26
/
platformio.ini
67 lines (55 loc) · 2.14 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
;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]
; src_dir = examples/AllFunction
src_dir = examples/MinimalCameraExample
; src_dir = examples/MinimalModemGPSExample
; src_dir = examples/MinimalModemNBIOTExample
; src_dir = examples/MinimalModemPowerSaveMode
; src_dir = examples/MinimalModemSleepMode
; src_dir = examples/MinimalModemUpgrade
; src_dir = examples/MinimalPowersExample
; src_dir = examples/MinimalLowBattPowerOffExample
; src_dir = examples/MinimalPowersCurrentExample
; src_dir = examples/MinimalSDCardExample
; src_dir = examples/ModemMqttPulishExample
; src_dir = examples/ModemlewisMqttPulishExample
; src_dir = examples/ModemMqttSubscribeExample
; src_dir = examples/ModemMqttsExample
; src_dir = examples/BIGIOT_Gnss_Upload
; src_dir = examples/BLE5_extended_scan
; src_dir = examples/BLE5_multi_advertising
; src_dir = examples/BLE5_periodic_advertising
; src_dir = examples/BLE5_periodic_sync
; src_dir = examples/ATDebug
; src_dir = examples/ModemFileUploadExample
; By @bootcampiot https://github.com/bootcampiot
; src_dir = examples/SIM7080G-ATT-NB-IOT-AWS-MQTT
; src_dir = examples/SIM7080G-ATT-NB-IOT-HTTP-HTTPS
; src_dir = examples/SIM7080G-ATT-NB-IOT-SSL-Mosquitto
[env:t-camera-sim7080]
platform = [email protected]
framework = arduino
board = esp32s3box
; board = esp32dev
upload_speed = 921600
monitor_speed = 115200
build_flags =
-DBOARD_HAS_PSRAM
; Enable UARDUINO_USB_CDC_ON_BOOT will start printing and wait for terminal access during startup
-DARDUINO_USB_CDC_ON_BOOT=1
; Enable UARDUINO_USB_CDC_ON_BOOT will turn off printing and will not block when using the battery
; -UARDUINO_USB_CDC_ON_BOOT
-DTINY_GSM_MODEM_SIM7080
-DTINY_GSM_RX_BUFFER=1024
-DCAYENNE_PRINT=Serial
-DDUMP_AT_COMMANDS
-DCONFIG_BT_BLE_50_FEATURES_SUPPORTED
board_build.partitions = huge_app.csv