mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
test
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
; example custom platformio.ini file for EMS-ESP
|
||||
|
||||
[common]
|
||||
; custom build flags
|
||||
; options are: EMSESP_DEBUG, EMSESP_UART_DEBUG, EMSESP_DEBUG_SENSOR, EMSESP_WIFI_TWEAK, EMSESP_DEFAULT_BOARD_PROFILE, EMSESP_TEST
|
||||
; my_build_flags = -DEMSESP_DEBUG -DEMSESP_DEFAULT_BOARD_PROFILE=\"NODEMCU\" ; hard code the default board name
|
||||
; my_build_flags = -DEMSESP_DEBUG_SENSOR ; additional debug for the dallas sensors
|
||||
; my_build_flags = -DEMSESP_DEBUG -DCORE_DEBUG_LEVEL=5 ; verbose debugging 5=verbose, 4=debug, 3=info
|
||||
; my_build_flags = -DEMSESP_DEBUG ; enables DEBUG to the log. Will generate a lot of traffic on Console and Syslog
|
||||
; custom build flags:
|
||||
; -DEMSESP_WIFI_TWEAK ; experimental WiFi tweaks for stability
|
||||
; -DEMSESP_UART_DEBUG ; debugging UART
|
||||
; -DEMSESP_DEBUG ; enables DEBUG to the log. Will generate a lot of extra traffic on Console and Syslog
|
||||
; -DEMSESP_DEFAULT_BOARD_PROFILE=\"NODEMCU\" ; hard code the default board name
|
||||
; -DEMSESP_DEBUG_SENSOR ; additional debug for the dallas sensors
|
||||
; -DCORE_DEBUG_LEVEL=5 ; verbose core level debugging 5=verbose, 4=debug, 3=info
|
||||
; -DEMSESP_TEST ; enable the tests. EN language only
|
||||
; my_build_flags = -DEMSESP_DEBUG
|
||||
|
||||
[env:esp32_4M]
|
||||
; if using OTA enter your details below
|
||||
@@ -21,8 +24,6 @@ upload_port = /dev/ttyUSB*
|
||||
|
||||
; override arduino espressif core
|
||||
; platform = espressif32 ; take latest
|
||||
; platform = espressif32@6.0.1
|
||||
; platform = espressif32@5.3.0
|
||||
; platform = espressif32@5.2.0
|
||||
|
||||
extra_scripts =
|
||||
|
||||
Reference in New Issue
Block a user