Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 3f0da43

Browse files
author
Janne Kiiskilä
committed
Align JSON file to RTW-naming, too
The configs JSON file was still following the old naming convention, changing that as well.
1 parent d4ad6c3 commit 3f0da43

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cp ./BUILD/NUCLEO_F429ZI/$TOOL/mbed-os-example-client.bin f429zi-$TOOL-Thread.bi
6464

6565

6666
echo WIFI - RTW for REALTEK_RTL8195AM
67-
cp configs/wifi_realtek_v4.json ./mbed_app.json
67+
cp configs/wifi_rtw_v4.json ./mbed_app.json
6868
mbed compile -m REALTEK_RTL8195AM -t $TOOL
6969
cp ./BUILD/REALTEK_RTL8195AM/$TOOL/mbed-os-example-client.bin realtek-rtl8195am-$TOOL-wifi-v4.bin
7070

File renamed without changes.

0 commit comments

Comments
 (0)