Skip to content

Commit

Permalink
correct MHO-C122 (bin)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvvx committed May 29, 2023
1 parent e9f9dd8 commit 20a087d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file modified MHO_C122_v43.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions MakeAll.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make -s -j PROJECT_NAME=CGG1M%SWVER% POJECT_DEF="-DDEVICE_TYPE=DEVICE_CGG1 -DDEV
@del /Q "MHO_C401%SWVER%.bin"
make -s -j PROJECT_NAME=MHO_C401%SWVER% POJECT_DEF="-DDEVICE_TYPE=DEVICE_MHO_C401"
@if not exist "MHO_C401%SWVER%.bin" goto :error
@del /Q "MHO_C401N%SWVER%.bin"
make -s -j PROJECT_NAME=MHO_C401N%SWVER% POJECT_DEF="-DDEVICE_TYPE=DEVICE_MHO_C401N"
@if not exist "MHO_C401N%SWVER%.bin" goto :error
@del /Q "MHO_C122%SWVER%.bin"
make -s -j PROJECT_NAME=MHO_C122%SWVER% POJECT_DEF="-DDEVICE_TYPE=DEVICE_MHO_C122"
@if not exist "MHO_C122%SWVER%.bin" goto :error
@exit
:error
echo "Error!"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you have a smartphone with BT5.0+ and the nRFConnect program, then you can re

To disable only the 'Long Range' option, use the code 0xDD.

The Web Bluetooth API in Chrome does not yet allow scanning for Bluetooh 5.0+ devices.
The [Web Bluetooth API](https://github.com/WebBluetoothCG/web-bluetooth/blob/main/implementation-status.md) in Chrome does not yet allow scanning for Bluetooh 5.0+ devices.

**Table of content**

Expand Down
3 changes: 3 additions & 0 deletions WslMakeAll.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ wsl make -s PROJECT_NAME=MHO_C401%SWVER% POJECT_DEF="-DDEVICE_TYPE=DEVICE_MHO_C4
@del /Q "MHO_C401N%SWVER%.bin"
wsl make -s PROJECT_NAME=MHO_C401N%SWVER% POJECT_DEF="-DDEVICE_TYPE=DEVICE_MHO_C401N"
@if not exist "MHO_C401N%SWVER%.bin" goto :error
@del /Q "MHO_C122%SWVER%.bin"
wsl make -s PROJECT_NAME=MHO_C122%SWVER% POJECT_DEF="-DDEVICE_TYPE=DEVICE_MHO_C122"
@if not exist "MHO_C122%SWVER%.bin" goto :error
@exit
:error
echo "Error!"
Expand Down

0 comments on commit 20a087d

Please sign in to comment.