From a1d377959821c63e64f4bfebb1804d6121581b4e Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Thu, 1 Feb 2018 14:11:49 +0000 Subject: [PATCH] BLE_Button: Add MTB_UBLOX_NINA_B1 config --- BLE_Button/mbed_app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BLE_Button/mbed_app.json b/BLE_Button/mbed_app.json index 3d1000f6027..1324f758ee4 100644 --- a/BLE_Button/mbed_app.json +++ b/BLE_Button/mbed_app.json @@ -13,6 +13,9 @@ "NRF52_DK": { "ble_button_pin_name": "BUTTON1" }, + "MTB_UBLOX_NINA_B1": { + "ble_button_pin_name": "BUTTON1" + }, "K64F": { "target.features_add": ["BLE"], "target.extra_labels_add": ["ST_BLUENRG"],