12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
# Copyright (c) 2020 Gerson Fernando Budke <nandojve@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_ESP_8266
|
|
def_bool $(shields_list_contains,esp_8266)
|
|
|
|
config SHIELD_ESP_8266_ARDUINO
|
|
def_bool $(shields_list_contains,esp_8266_arduino)
|
|
|
|
config SHIELD_ESP_8266_MIKROBUS
|
|
def_bool $(shields_list_contains,esp_8266_mikrobus)
|