File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.16.0)
2
- include ($ENV{IDF_PATH} /tools/cmake/project.cmake)
3
- project (esp-idf-oled)
4
-
5
-
6
- # set(COMPONENT_ADD_INCLUDEDIRS src)
7
- # set(COMPONENT_PRIV_REQUIRES arduino-esp32)
8
- # set(COMPONENT_SRCDIRS src)
9
- # register_component()
1
+ set (COMPONENT_ADD_INCLUDEDIRS src)
2
+ set (COMPONENT_PRIV_REQUIRES arduino-esp32)
3
+ set (COMPONENT_SRCDIRS src)
4
+ register_component()
Original file line number Diff line number Diff line change 8
8
; Please visit documentation for the other options and examples
9
9
; http://docs.platformio.org/page/projectconf.html
10
10
11
- [env:nodemcu-32s]
12
- platform = espressif32@^6.3.0
13
- board = nodemcu-32s
14
- framework = espidf
11
+ [env:d1_mini]
12
+ platform = espressif8266
13
+ board = d1_mini
14
+ framework = arduino
15
+ upload_speed = 921600
16
+ board_build.f_cpu = 160000000L
17
+ upload_port = /dev/cu.SLAB_USBtoUART
18
+ monitor_port = /dev/cu.SLAB_USBtoUART
19
+ lib_deps =
You can’t perform that action at this time.
0 commit comments