-
Notifications
You must be signed in to change notification settings - Fork 805
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
Showing
6 changed files
with
64 additions
and
57 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 |
---|---|---|
|
@@ -126,10 +126,10 @@ build_flags = | |
custom_description = BLE gateway with external antenna and Ethernet/WiFi connectivity, [user guide](https://tbridge02.theengs.io/) | ||
custom_hardware = Theengs Bridge gateway ethernet | ||
|
||
; DISCLAIMER: This is the default environment for Theengs Plug. | ||
; DISCLAIMER: This is the default environment for Theengs Plug. | ||
; Any modifications to this configuration are not covered by warranty. | ||
; Proceed with caution when making changes. | ||
; | ||
; | ||
; SAFETY WARNING: Do not modify values related to current limits MAX_CURRENT_ACTUATOR or other | ||
; safety-critical parameters. Doing so may lead to fire hazards or damage to the device. | ||
[env:theengs-plug] | ||
|
@@ -143,7 +143,7 @@ lib_deps = | |
${libraries.decoder} | ||
${libraries.adafruit_neopixel} | ||
${libraries.rn8209} | ||
build_flags = | ||
build_flags = | ||
${env.build_flags} | ||
${com-esp32.build_flags} | ||
'-DZgatewayBT="BT"' | ||
|
@@ -1811,7 +1811,7 @@ build_flags = | |
'-DCONFIG_ESP_CONSOLE_UART=ESP_CONSOLE_USB_SERIAL_JTAG' | ||
|
||
[env:esp32c3-m5stamp] | ||
; https://docs.m5stack.com/en/core/stamp_c3 | ||
; https://docs.m5stack.com/en/core/stamp_c3 | ||
platform = ${com.esp32_platform} | ||
board = esp32-c3-devkitm-1 | ||
board_build.partitions = min_spiffs.csv | ||
|
@@ -1834,7 +1834,7 @@ custom_description = BLE gateway on ESP32C3 | |
custom_hardware = M5Stamp C3 | ||
|
||
[env:esp32c3u-m5stamp] | ||
; https://docs.m5stack.com/en/core/stamp_c3u | ||
; https://docs.m5stack.com/en/core/stamp_c3u | ||
platform = ${com.esp32_platform} | ||
board = esp32-c3-devkitm-1 | ||
board_build.partitions = min_spiffs.csv | ||
|
@@ -1898,8 +1898,8 @@ extra_scripts = ${com-esp32.extra_scripts} | |
board_build.partitions = partitions/min_spiffs.csv | ||
lib_deps = | ||
${com-esp32.lib_deps} | ||
${libraries.ble} | ||
${libraries.decoder} | ||
h2zero/[email protected] | ||
build_flags = | ||
${com-esp32.build_flags} | ||
'-DZgatewayBT="BT"' | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -119,7 +119,7 @@ arduinolog = https://github.com/1technophile/Arduino-Log.git#f634509 | |
picomqtt = [email protected] | ||
rc-switch = https://github.com/1technophile/rc-switch.git#98537e9 | ||
newremoteswitch = https://github.com/1technophile/NewRemoteSwitch.git#8eb980e | ||
ble = https://github.com/h2zero/NimBLE-Arduino.git#1.4.1 | ||
ble = https://github.com/h2zero/NimBLE-Arduino.git#2.1.1 | ||
irremoteesp = [email protected] | ||
lora = https://github.com/sandeepmistry/arduino-LoRa.git#f4a1d27 | ||
esppilight = [email protected] | ||
|