-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
30 lines (27 loc) · 1.05 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
; 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
[env:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32 ; Or another, e.g., M5stack-core-ESP32
framework = arduino
; lib_deps = gutierrezps/ESP32 I2C Slave@^0.3.0 ; Or use espressif32 v.2 rc1, where the Slave communication for ESP32 is implemented
; upload_port = /dev/ttyUSB*
upload_port = /dev/ttyUSB0
; ## Outdated #########################################################
; ## Initially used platforms
; GigaDevice [email protected]
; Espressif [email protected]
; Espressif [email protected]
;
; Previously installed platform might have to be removed manually:
; $ rm -rf /home/lav/.platformio/packages/framework-arduinoespressif32
;
; ## Libs in platfrom.ini
; ; lib_deps = gutierrezps/ESP32 I2C Slave@^0.3.0