Initial Commit
Fimeware Pre-Rooted, Builds & Flashes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
AGREE_ROOT_FILE=/usr/data/creality/userdata/user_agree_root
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
mkdir -p /usr/data/creality/userdata
|
||||
: > "$AGREE_ROOT_FILE"
|
||||
;;
|
||||
esac
|
||||
|
||||
true
|
||||
@@ -0,0 +1,4 @@
|
||||
ota_version=1.1.0.33
|
||||
ota_board_name=F005
|
||||
ota_compile_time=2024 08.06 09:12:56
|
||||
ota_site=http://192.168.43.52/ota/board_test
|
||||
Reference in New Issue
Block a user