02 2023 档案
摘要:docker run --name=minio-test \ -d \ -p 19000:9000 -p 19001:9001 \ -v /home/cl/minio:/data \ -e "MINIO_ROOT_USER=admin" \ -e "MINIO_ROOT_PASSWORD=12345
阅读全文
摘要:// 引入定时器库 #include <Ticker.h> // 实例化定时器对象 Ticker time1; Ticker time2; Ticker time3; Ticker time4; void time1_callback() { Serial.println("时间到,执行我,我是定时
阅读全文
摘要:原因 PlatformIO 内建的 python 无法下载 GitHub 上的资源,或者其他国外的资源。 最推荐 方法 4,如果看不懂方法4,那么依次尝试 3 2 1 方法 解决办法 1 [配置国内下载源] 完全关闭 vscode,完全关闭 vscode,完全关闭 vscode 打开任务管理器,把
阅读全文
摘要:arduino-esp32 github 地址: https://github.com/espressif/arduino-esp32 Arduino IDE 添加 esp32 开发板 文件 > 首选项 > 其他开发板管理地址 填写:https://raw.githubusercontent.com
阅读全文
摘要:
阅读全文