-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e117ea
commit 4f55d12
Showing
2 changed files
with
136 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,28 +35,39 @@ lib_deps = | |
bakercp/CRC32 @ 2.0.0 | ||
|
||
[env:wemos_d1_mini32] | ||
platform = espressif32 | ||
board = wemos_d1_mini32 | ||
framework = ${common.framework} | ||
board_build.f_cpu = 80000000L | ||
monitor_speed = ${common.monitor_speed} | ||
extra_scripts = ${common.extra_scripts} | ||
upload_speed = ${common.upload_speed} | ||
build_flags = ${common.build_flags} | ||
platform_packages = | ||
platform = espressif32 | ||
board = wemos_d1_mini32 | ||
framework = ${common.framework} | ||
board_build.f_cpu = 80000000L | ||
monitor_speed = ${common.monitor_speed} | ||
extra_scripts = ${common.extra_scripts} | ||
upload_speed = ${common.upload_speed} | ||
build_flags = | ||
${common.build_flags} | ||
-DLDR_PIN=A0 | ||
-DMATRIX_PIN=27 | ||
-DDEFAULT_PIN_SCL="Pin_D1" | ||
-DDEFAULT_PIN_SDA="Pin_D3" | ||
-DDEFAULT_PIN_DFPRX="Pin_D7" | ||
-DDEFAULT_PIN_DFPTX="Pin_D8" | ||
-DDEFAULT_PIN_ONEWIRE="Pin_D1" | ||
-DDEFAULT_MATRIX_TYPE=1 | ||
-DDEFAULT_LDR=GL5516 | ||
-DVBAT_PIN=0 | ||
platform_packages = | ||
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git | ||
toolchain-xtensa32@~2.80400.0 | ||
lib_deps = | ||
${common.lib_deps} | ||
WiFiManager = https://github.com/tzapu/WiFiManager.git#v2.0.15-rc.1 | ||
plerup/EspSoftwareSerial@^6.11.4 | ||
fastled/FastLED@^3.5.0 | ||
adafruit/Adafruit BME680 Library@^2.0.1 | ||
adafruit/Adafruit BMP280 Library@^2.6.1 | ||
claws/BH1750@^1.2.0 | ||
robtillaart/Max44009@^0.5.2 | ||
arduino-libraries/ArduinoHttpClient@^0.4.0 | ||
Hash = https://github.com/bbx10/Hash_tng.git | ||
lib_deps = | ||
${common.lib_deps} | ||
WiFiManager = https://github.com/tzapu/WiFiManager.git#v2.0.15-rc.1 | ||
plerup/EspSoftwareSerial@^6.11.4 | ||
fastled/FastLED@^3.5.0 | ||
adafruit/Adafruit BME680 Library@^2.0.1 | ||
adafruit/Adafruit BMP280 Library@^2.6.1 | ||
claws/BH1750@^1.2.0 | ||
robtillaart/Max44009@^0.5.2 | ||
arduino-libraries/ArduinoHttpClient@^0.4.0 | ||
Hash = https://github.com/bbx10/Hash_tng.git | ||
|
||
[env:ESP8266] | ||
platform = [email protected] | ||
|
@@ -66,7 +77,18 @@ board_build.filesystem = littlefs | |
monitor_speed = ${common.monitor_speed} | ||
extra_scripts = ${common.extra_scripts} | ||
upload_speed = ${common.upload_speed} | ||
build_flags = ${common.build_flags} | ||
build_flags = | ||
${common.build_flags} | ||
-DLDR_PIN=A0 | ||
-DMATRIX_PIN=D2 | ||
-DDEFAULT_PIN_SCL="Pin_D1" | ||
-DDEFAULT_PIN_SDA="Pin_D3" | ||
-DDEFAULT_PIN_DFPRX="Pin_D7" | ||
-DDEFAULT_PIN_DFPTX="Pin_D8" | ||
-DDEFAULT_PIN_ONEWIRE="Pin_D1" | ||
-DDEFAULT_MATRIX_TYPE=1 | ||
-DDEFAULT_LDR=GL5516 | ||
-DVBAT_PIN=0 | ||
lib_deps = | ||
${common.lib_deps} | ||
tzapu/WiFiManager@^0.16.0 | ||
|
@@ -86,7 +108,18 @@ board_build.filesystem = littlefs | |
monitor_speed = ${common.monitor_speed} | ||
extra_scripts = ${common.extra_scripts} | ||
upload_speed = ${common.upload_speed} | ||
build_flags = ${common.build_flags} | ||
build_flags = | ||
${common.build_flags} | ||
-DLDR_PIN=A0 | ||
-DMATRIX_PIN=D2 | ||
-DDEFAULT_PIN_SCL="Pin_D1" | ||
-DDEFAULT_PIN_SDA="Pin_D3" | ||
-DDEFAULT_PIN_DFPRX="Pin_D7" | ||
-DDEFAULT_PIN_DFPTX="Pin_D8" | ||
-DDEFAULT_PIN_ONEWIRE="Pin_D1" | ||
-DDEFAULT_MATRIX_TYPE=1 | ||
-DDEFAULT_LDR=GL5516 | ||
-DVBAT_PIN=0 | ||
lib_deps = | ||
${common.lib_deps} | ||
tzapu/WiFiManager@^0.16.0 | ||
|
@@ -105,7 +138,18 @@ board_build.filesystem = littlefs | |
monitor_speed = ${common.monitor_speed} | ||
extra_scripts = ${common.extra_scripts} | ||
upload_speed = ${common.upload_speed} | ||
build_flags = ${common.build_flags} | ||
build_flags = | ||
${common.build_flags} | ||
-DLDR_PIN=A0 | ||
-DMATRIX_PIN=D2 | ||
-DDEFAULT_PIN_SCL="Pin_D1" | ||
-DDEFAULT_PIN_SDA="Pin_D3" | ||
-DDEFAULT_PIN_DFPRX="Pin_D7" | ||
-DDEFAULT_PIN_DFPTX="Pin_D8" | ||
-DDEFAULT_PIN_ONEWIRE="Pin_D1" | ||
-DDEFAULT_MATRIX_TYPE=1 | ||
-DDEFAULT_LDR=GL5516 | ||
-DVBAT_PIN=0 | ||
lib_deps = | ||
${common.lib_deps} | ||
tzapu/WiFiManager@^0.16.0 | ||
|
@@ -115,3 +159,42 @@ lib_deps = | |
robtillaart/Max44009@^0.5.2 | ||
arduino-libraries/ArduinoHttpClient@^0.4.0 | ||
mr-glt/SHA-1 Hash@^1.1.0 | ||
|
||
[env:Ulanzi] | ||
platform = espressif32 | ||
board = esp32dev | ||
framework = ${common.framework} | ||
board_build.f_cpu = 80000000L | ||
monitor_speed = ${common.monitor_speed} | ||
extra_scripts = ${common.extra_scripts} | ||
upload_speed = ${common.upload_speed} | ||
platform_packages = | ||
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git | ||
toolchain-xtensa32@~2.80400.0 | ||
build_flags = | ||
${common.build_flags} | ||
-DLDR_PIN=A7 | ||
-DMATRIX_PIN=32 | ||
-DULANZI | ||
-DVBAT_PIN=GPIO_NUM_34 | ||
-DDEFAULT_PIN_SCL=GPIO_NUM_22 | ||
-DDEFAULT_PIN_SDA=GPIO_NUM_21 | ||
-DDEFAULT_PIN_DFPRX=SPI_CLK_GPIO_NUM | ||
-DDEFAULT_PIN_DFPTX=SPI_CS0_GPIO_NUM | ||
-DDEFAULT_PIN_ONEWIRE=GPIO_NUM_22 | ||
-DDEFAULT_MATRIX_TYPE=2 | ||
-DDEFAULT_LDR=GL5516 | ||
-DMIN_BATTERY=475 | ||
-DMAX_BATTERY=665 | ||
lib_deps = | ||
${common.lib_deps} | ||
WiFiManager = https://github.com/tzapu/WiFiManager.git#v2.0.15-rc.1 | ||
fastled/FastLED@^3.5.0 | ||
arduino-libraries/ArduinoHttpClient@^0.4.0 | ||
adafruit/Adafruit SHT31 Library @ 2.2.0 | ||
Hash = https://github.com/bbx10/Hash_tng.git | ||
plerup/EspSoftwareSerial@^6.11.4 | ||
adafruit/Adafruit BME680 Library@^2.0.1 | ||
adafruit/Adafruit BMP280 Library@^2.6.1 | ||
claws/BH1750@^1.2.0 | ||
robtillaart/Max44009@^0.5.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters