diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:09:33 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:09:33 +0100 |
| commit | 35a98377f52caf5ac37c2e932b9f2d4c9196c195 (patch) | |
| tree | d87920e581a25b3ef30b4cce967cd8842db5c1eb /src/driver/Kconfig | |
| parent | 16b712e0233cfd7b60668927067885f7e3551b92 (diff) | |
Remove esp8266 support in favor of ESP8266 RTOS SDK
Diffstat (limited to 'src/driver/Kconfig')
| -rw-r--r-- | src/driver/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/driver/Kconfig b/src/driver/Kconfig index 4c87474..5fe4bad 100644 --- a/src/driver/Kconfig +++ b/src/driver/Kconfig @@ -135,7 +135,6 @@ default "i2c" config driver_softi2c_scl string "SCL Pin" -default "d7" if arch_esp8266 default "pc5" if arch_arduino_nano default "p1_7" if arch_msp430fr5969lp default "p5_1" if arch_msp430fr5994lp @@ -144,7 +143,6 @@ depends on driver_softi2c config driver_softi2c_sda string "SDA Pin" -default "d6" if arch_esp8266 default "pc4" if arch_arduino_nano default "p1_6" if arch_msp430fr5969lp default "p5_0" if arch_msp430fr5994lp |
