Skip to content

Commit 9c7d52b

Browse files
committed
updated ebay link for preflashed esp
1 parent ab0dff3 commit 9c7d52b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The purpose of BLE CTF is to teach the core concepts of Bluetooth Low Energy cli
66
## Setting Up the CTF
77
In order to set up the CTF you will need the following:
88
1. The code in this repository to build the CTF GATT server
9-
2. An esp32 microcontroller ([I sell overpriced pre-flashed ones here](https://www.ebay.com/itm/BLE-CTF-ESP32-Development-Board-2-4GHz-WIFI-Bluetooth/173355878016?hash=item285cd0c680:g:GZgAAOSwiMRbGeKU))
9+
2. An esp32 microcontroller ([I sell overpriced pre-flashed ones here](https://www.ebay.com/itm/173370426012?ssPageName=STRK:MESELX:IT&_trksid=p3984.m1558.l2649))
1010
3. A Linux box (OSX/Win + Linux VM works) with a bluetooth controller or a bluetooth usb dongle ([I ❤️ UD100s](https://www.amazon.com/Sena-UD100-Bluetooth-Class1-Adapter/dp/B01BHD7WR2/ref=cm_cr_arp_d_product_top?ie=UTF8))
1111
4. Bluetooth tools such as Bluez tools (hcitool, gatttool, etc) or [bleah](https://github.com/evilsocket/bleah)
1212

main/gatts_table_creat_demo.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1067,8 +1067,8 @@ void app_main()
10671067
{
10681068
esp_err_t ret;
10691069

1070-
uint8_t new_mac[8] = {0xDE,0xAD,0xBE,0xEF,0xBE,0xEF};
1071-
esp_base_mac_addr_set(new_mac);
1070+
//uint8_t new_mac[8] = {0xDE,0xAD,0xBE,0xEF,0xBE,0xEF};
1071+
//esp_base_mac_addr_set(new_mac);
10721072

10731073
/* Initialize NVS. */
10741074
ret = nvs_flash_init();

0 commit comments

Comments
 (0)