Initial re-upload of spice2x-24-08-24
This commit is contained in:
BIN
easrv/responses_raw/bs_info2_common.bin
Normal file
BIN
easrv/responses_raw/bs_info2_common.bin
Normal file
Binary file not shown.
BIN
easrv/responses_raw/bs_pcb2_boot.bin
Normal file
BIN
easrv/responses_raw/bs_pcb2_boot.bin
Normal file
Binary file not shown.
BIN
easrv/responses_raw/bs_pcb2_error.bin
Normal file
BIN
easrv/responses_raw/bs_pcb2_error.bin
Normal file
Binary file not shown.
BIN
easrv/responses_raw/op2_common_get_music_info.bin
Normal file
BIN
easrv/responses_raw/op2_common_get_music_info.bin
Normal file
Binary file not shown.
1
easrv/responses_raw/pcbtracker_alive.bin
Normal file
1
easrv/responses_raw/pcbtracker_alive.bin
Normal file
@@ -0,0 +1 @@
|
||||
~Ü®A#®Õ õ,¡¹ÒSÈÒ
|
||||
11
easrv/responses_raw/update_responses.sh
Normal file
11
easrv/responses_raw/update_responses.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
cd -P "$( dirname "$(readlink -f "$0")" )"
|
||||
mkdir -p ../responses
|
||||
|
||||
for file in *.bin
|
||||
do
|
||||
xxd -C -i "${file}" > "../responses/$(basename "${file}" .bin).h"
|
||||
done
|
||||
Reference in New Issue
Block a user