|
@ -10,12 +10,13 @@ |
|
|
|
|
|
|
|
|
[env:heltec_wifi_lora_32] |
|
|
[env:heltec_wifi_lora_32] |
|
|
;platform = https://github.com/platformio/platform-espressif32.git#feature/stage |
|
|
;platform = https://github.com/platformio/platform-espressif32.git#feature/stage |
|
|
platform = espressif32 |
|
|
platform = espressif32@1.0.2 |
|
|
|
|
|
;platform = espressif32 |
|
|
board = heltec_wifi_lora_32 |
|
|
board = heltec_wifi_lora_32 |
|
|
board_f_cpu = 240000000L |
|
|
board_f_cpu = 240000000L |
|
|
board_f_flash = 80000000L |
|
|
board_f_flash = 80000000L |
|
|
framework = arduino |
|
|
framework = arduino |
|
|
build_flags = -DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE -DDEBUG_INT_ALLOC_DECISIONS=1 |
|
|
;build_flags = -DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE -DDEBUG_INT_ALLOC_DECISIONS=1 |
|
|
; -DCONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL=y |
|
|
; -DCONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL=y |
|
|
board_build.partitions = min_spiffs.csv |
|
|
board_build.partitions = min_spiffs.csv |
|
|
; http://docs.platformio.org/en/latest/platforms/espressif32.html#partition-tables https://github.com/espressif/arduino-esp32/tree/master/tools/partitions |
|
|
; http://docs.platformio.org/en/latest/platforms/espressif32.html#partition-tables https://github.com/espressif/arduino-esp32/tree/master/tools/partitions |
|
@ -26,8 +27,8 @@ lib_deps = |
|
|
u8g2 |
|
|
u8g2 |
|
|
NTPClient |
|
|
NTPClient |
|
|
; ESP8266Audio |
|
|
; ESP8266Audio |
|
|
https://github.com/earlephilhower/ESP8266Audio.git |
|
|
; https://github.com/earlephilhower/ESP8266Audio.git |
|
|
; https://github.com/h3ndrik/ESP8266Audio.git |
|
|
https://github.com/h3ndrik/ESP8266Audio.git#dma_buf_count |
|
|
https://github.com/Gianbacchio/ESP8266_Spiram.git |
|
|
https://github.com/Gianbacchio/ESP8266_Spiram.git |
|
|
Adafruit Unified Sensor |
|
|
Adafruit Unified Sensor |
|
|
Adafruit BME280 Library |
|
|
Adafruit BME280 Library |
|
|