Files
PI_mikrokontroler_2/platformio.ini

29 lines
1008 B
INI

; 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:freenove_esp32_s3_wroom]
;platform = espressif32
platform = platformio/espressif32
board = freenove_esp32_s3_wroom
framework = arduino
monitor_speed = 115200
;monitor_port = /dev/cu.usbmodem5A671676821
;monitor_port = /dev/cu.usbmodem5A671676561
; jedyne źródło prawdy dla USB-CDC:
;board_build.arduino.usb_mode = cdc
;board_build.arduino.usb_cdc_on_boot = enable
build_flags =
-DBOARD_HAS_PSRAM
-DCORE_DEBUG_LEVEL=3
-DLOG_LOCAL_LEVEL=ESP_LOG_INFO ; potrzebne, by ESP_LOGx nie były wycięte
;-D ARDUINO_USB_CDC_ON_BOOT=1 ; UART print
;-D ARDUINO_USB_MODE=1 ; UART print
;lib_deps = adafruit/RTClib@^2.1.4