Skip to content

Commit

Permalink
reverting CMakeList.txt and platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
osmanovv committed Jun 12, 2023
1 parent 2ba5cb6 commit c4445cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 4 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
cmake_minimum_required(VERSION 3.16.0)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(esp-idf-oled)


# set(COMPONENT_ADD_INCLUDEDIRS src)
# set(COMPONENT_PRIV_REQUIRES arduino-esp32)
# set(COMPONENT_SRCDIRS src)
# register_component()
set(COMPONENT_ADD_INCLUDEDIRS src)
set(COMPONENT_PRIV_REQUIRES arduino-esp32)
set(COMPONENT_SRCDIRS src)
register_component()
13 changes: 9 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[env:nodemcu-32s]
platform = espressif32@^6.3.0
board = nodemcu-32s
framework = espidf
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
upload_speed = 921600
board_build.f_cpu = 160000000L
upload_port = /dev/cu.SLAB_USBtoUART
monitor_port = /dev/cu.SLAB_USBtoUART
lib_deps =

0 comments on commit c4445cf

Please sign in to comment.