2022年1月6日 星期四

HuskyLens upgrade

1.clone repo from github


git clone https://github.com/HuskyLens/HUSKYLENSUploader.git

Install pip3 on MAC

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install python3

install pip3 on Linux

sudo apt install python3-pip
  • Run the following code to install pyserial:
sudo pip3 install pyserial
  • Go to the HUSKYLENSUploader folder
cd HUSKYLENSUploader
  • Run the following code to update the firmware:
sudo python3 kflash.py -b 2000000 HUSKYLENSWithModelV0.4.7Stable.kfpkg

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...