-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplatformio.ini
51 lines (46 loc) · 1.53 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
; 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
; http://docs.platformio.org/page/projectconf.html
[env:nodemcuv2]
platform = espressif32
board = nodemcu-32s
framework = arduino
monitor_speed = 115200
upload_speed = 921600
debug_tool = jlink
; https://docs.platformio.org/en/latest/plus/debug-tools/jlink.html
; https://gojimmypi.blogspot.com/2017/05/vscode-jtag-debugging-of-esp32-part-1.html
; JTAG interface
; upload_protocol = jlink-jtag
;targets = upload, monitor
;[env:nodemcuv2_upstream_develop]
;platform = https://github.com/platformio/platform-espressif32.git
;board = nodemcu-32s
;framework = arduino
;monitor_speed = 115200
;upload_speed = 921600
;debug_tool = jlink
;[env:esp32thing]
;platform = espressif32
;board = esp32thing
;framework = arduino
;monitor_speed = 115200
;upload_speed = 921600
;targets = upload, monitor
; OTA flashing
;upload_port = <mower IP-address>
;upload_flags = --auth=<OTA password>
lib_deps =
ArduinoLog=https://github.com/thijse/Arduino-Log.git#49934a54f7ecdd9ba3c831e6f6930028cfcb2bb1
SparkFun Ublox Arduino [email protected]
SparkFun LSM9DS1 [email protected]
Adafruit ADS1X15=https://github.com/soligen2010/Adafruit_ADS1X15.git#7d67b451f739e9a63f40f2d6d139ab582258572b
[email protected] ;https://github.com/blemasle/arduino-mcp23017