mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-03 20:25:54 +02:00
Merge branch 'main' of https://github.com/grindylow/ahoy
This commit is contained in:
commit
e488ecf56c
1 changed files with 13 additions and 39 deletions
|
@ -11,10 +11,10 @@
|
||||||
[platformio]
|
[platformio]
|
||||||
src_dir = .
|
src_dir = .
|
||||||
|
|
||||||
[env:d1_mini]
|
[env]
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = d1_mini
|
board = esp12e
|
||||||
board_build.f_cpu = 80000000L
|
board_build.f_cpu = 80000000L
|
||||||
|
|
||||||
; ;;;;; Possible Debug options ;;;;;;
|
; ;;;;; Possible Debug options ;;;;;;
|
||||||
|
@ -27,10 +27,6 @@ board_build.f_cpu = 80000000L
|
||||||
;-DDEBUG_ESP_OOM
|
;-DDEBUG_ESP_OOM
|
||||||
|
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_filters =
|
|
||||||
;default ; Remove typical terminal control codes from input
|
|
||||||
time ; Add timestamp with milliseconds for each new line
|
|
||||||
;log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory
|
|
||||||
|
|
||||||
extra_scripts =
|
extra_scripts =
|
||||||
pre:scripts/auto_firmware_version.py
|
pre:scripts/auto_firmware_version.py
|
||||||
|
@ -49,41 +45,19 @@ lib_deps =
|
||||||
;esp8266/SPI@1.0
|
;esp8266/SPI@1.0
|
||||||
;esp8266/Ticker@^1.0
|
;esp8266/Ticker@^1.0
|
||||||
|
|
||||||
[env:node_mcu_v2]
|
[env:esp8266-release]
|
||||||
platform = espressif8266
|
build_flags = -D RELEASE
|
||||||
framework = arduino
|
|
||||||
board = nodemcuv2
|
|
||||||
board_build.f_cpu = 80000000L
|
|
||||||
|
|
||||||
; ;;;;; Possible Debug options ;;;;;;
|
|
||||||
; https://docs.platformio.org/en/latest/platforms/espressif8266.html#debug-level
|
|
||||||
;build_flags = -DDEBUG_ESP_PORT=Serial
|
|
||||||
;-DDEBUG_ESP_CORE
|
|
||||||
;-DDEBUG_ESP_WIFI
|
|
||||||
;-DDEBUG_ESP_HTTP_CLIENT
|
|
||||||
;-DDEBUG_ESP_HTTP_SERVER
|
|
||||||
;-DDEBUG_ESP_OOM
|
|
||||||
|
|
||||||
monitor_speed = 115200
|
|
||||||
monitor_filters =
|
monitor_filters =
|
||||||
;default ; Remove typical terminal control codes from input
|
;default ; Remove typical terminal control codes from input
|
||||||
time ; Add timestamp with milliseconds for each new line
|
time ; Add timestamp with milliseconds for each new line
|
||||||
;log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory
|
;log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory
|
||||||
upload_port = /dev/ttyUSB0
|
|
||||||
|
|
||||||
extra_scripts =
|
|
||||||
pre:scripts/auto_firmware_version.py
|
|
||||||
pre:html/convert.py html/
|
|
||||||
|
|
||||||
lib_deps =
|
[env:esp8266-debug]
|
||||||
nrf24/RF24@1.4.5
|
build_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_OOM -DDEBUG_ESP_PORT=Serial
|
||||||
paulstoffregen/Time@^1.6.1
|
build_type = debug
|
||||||
knolleary/PubSubClient@^2.8
|
|
||||||
bblanchon/ArduinoJson@^6.19.4
|
monitor_filters =
|
||||||
;esp8266/DNSServer@1.1.0
|
;default ; Remove typical terminal control codes from input
|
||||||
;esp8266/EEPROM@^1.0
|
time ; Add timestamp with milliseconds for each new line
|
||||||
;esp8266/ESP8266HTTPUpdateServer@^1.0
|
log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory
|
||||||
;esp8266/ESP8266WebServer@^1.0
|
|
||||||
;esp8266/ESP8266WiFi@^1.0
|
|
||||||
;esp8266/SPI@1.0
|
|
||||||
;esp8266/Ticker@^1.0
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue