Yuzuki ESP32 SOLO 开发板
Sheet_1U0_TXDU0_RXD10uFC51122GND3V3CH340CU1VCC16R23215RTS#14DTR#13DCD#12RI#11DSR#10CTS#9NC.8NC.7D-6D+5V34RXD3TXD2GND11uFC21...
Sheet_1U0_TXDU0_RXD10uFC51122GND3V3CH340CU1VCC16R23215RTS#14DTR#13DCD#12RI#11DSR#10CTS#9NC.8NC.7D-6D+5V34RXD3TXD2GND11uFC21...
修改网络验证服务器nano /etc/NetworkManager/conf.d/20-connectivity.conf将网址uri替换[connectivity]uri=http://nmcheck.gnome.org/check_netwo...
自从 electron 更新 11 后,contextIsolation: 被设置成默认 true, 需要配合使用。function createWindow () { const win = new BrowserWindow({ wi...
由于 adb 的更新,原生的 boot 分区刷写模式已经不适合使用,目前需要使用 flash:raw 进行刷写 fastboot flash boot boot.img替换为: fastboot flash:raw boot boot.img...
若是WSL1,添加export DISPLAY="127.0.0.1:0"若是WSL2,使用脚本自动获取IPexport DISPLAY="`grep nameserver /etc/resolv.conf | sed 's/nameserver...
NPM:npm config set registry https://registry.npm.taobao.orgnpm config set disturl https://npm.taobao.org/distnpm config set...
首先拆机后获得主板正面图(散热罩已经拆除更换临时散热片)背面图可见主板背面可见双DDR3焊盘,参考正面内存颗粒 K4B4G1646E-BCMA 为三星单颗4Gbit 512M DDR3内存颗粒桥接芯片为 GL3321G 为 USB3.0 转 S...
[TEST]LISTNO=TH58TFT1V23_2Die_DDR300PRESCANMODE=0DRAMSetting=1DRAMSize=5InterleaveWay=8EnableSyncMode=0EnableNCQ=1EnableScr...
命令 echo -e ${cmd} 效果 \033[?25l 隐藏光标 \033[?25h 显示光标 \3...
使用binascii进行转换。import binasciiimport serialdef order_list(hex='00000000'): hex_list = [] for i in hex.split(): ...