-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added `color-light-d1-mini` build target
- Loading branch information
Showing
5 changed files
with
13 additions
and
29 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
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 |
---|---|---|
@@ -1,10 +1,3 @@ | ||
#define CONFIG_RCSwitchReceiverPin 5 | ||
#define CONFIG_RCSwitchTransmitterPin 6 | ||
#define CONFIG_RCSwitchRF_MODULE_ADDRESS "RF" | ||
|
||
#ifdef MINI_ESP32 | ||
|
||
#define CONFIG_RCSwitchReceiverPin 22 | ||
#define CONFIG_RCSwitchTransmitterPin 21 | ||
|
||
#endif |
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 |
---|---|---|
@@ -1,10 +1,3 @@ | ||
#define CONFIG_X10RFReceiverPin 5 | ||
#define CONFIG_X10RFTransmitterPin 6 | ||
#define CONFIG_X10RF_MODULE_ADDRESS "RF" | ||
|
||
#ifdef MINI_ESP32 | ||
|
||
#define CONFIG_X10RFReceiverPin 22 | ||
#define CONFIG_X10RFTransmitterPin 21 | ||
|
||
#endif |
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 |
---|---|---|
|
@@ -93,13 +93,6 @@ lib_deps = ${env.lib_deps} | |
lib_ignore = | ||
LovyanGFX | ||
|
||
[env:smart-sensor-d1-mini-esp32] | ||
platform = [email protected] | ||
build_flags = ${env.build_flags} -I examples -I src -D MINI_ESP32 -D DISABLE_UI | ||
-D DEFAULT_CONFIG='{"sys_bt_pin":"16","sys_sl_pin":"26","soth-typ":"ds18b20","soth-pin":"17","ligh-typ":"ldr","ligh-pin":"36"}' | ||
build_src_filter = +<src> -<src/main.cpp> +<examples/smart-sensor> | ||
lib_deps = ${env:smart-sensor.lib_deps} | ||
|
||
[env:smart-sensor-d1-mini] | ||
platform = [email protected] | ||
board = d1_mini | ||
|
@@ -237,6 +230,18 @@ build_src_filter = +<src> -<src/main.cpp> +<examples/color-light> | |
lib_deps = ${env.lib_deps} | ||
https://github.com/adafruit/Adafruit_NeoPixel#1.12.0 | ||
|
||
[env:color-light-d1-mini] | ||
platform = [email protected] | ||
board = d1_mini | ||
build_flags = ${env.build_flags} -I examples -I src -D DISABLE_UI -D DISABLE_AUTOMATION | ||
lib_deps = ${env.lib_deps_8266} | ||
${env.lib_deps} | ||
https://github.com/adafruit/Adafruit_NeoPixel#1.12.0 | ||
lib_ignore = | ||
ESP32Time | ||
ESP32_BleSerial | ||
LovyanGFX | ||
|
||
[env:color-light-c3] | ||
platform = [email protected] | ||
board = esp32-c3-devkitc-02 | ||
|
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