上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 132 下一页
摘要: PlatformIO中的PlatformIO.ini配置 https://www.baidu.com/link?url=Wi8SxQwHC4_Wz4sMaMso29Ns8129KPFi7PqdTTVyIkYD-TbN0C73ko48tP_XHhsCSbm_MaiadQv8YDH0QjO0XZa7r4 阅读全文
posted @ 2023-08-24 13:35 txwtech 阅读(413) 评论(0) 推荐(0)
摘要: 修改PlatformIO Core安装目录 根据官方文档Environment variables章节,需要在系统环境变量加上PLATFORMIO_CORE_DIR变量,重启VSCode即可发现目录变了,之后记得删除C:\Users\username\.platformio目录即可 翻译 搜索 复制 阅读全文
posted @ 2023-08-23 15:14 txwtech 阅读(1726) 评论(0) 推荐(0)
摘要: 根据官方文档pio settings章节,在VSCode中打开PlatformIO终端,通过pio settings命令修改默认工程目录: # 查看所有可设置选项pio settings get# 设置默认工程目录(默认为~/Documents/PlatformIO/Projects)pio set 阅读全文
posted @ 2023-08-23 15:02 txwtech 阅读(2067) 评论(1) 推荐(0)
摘要: command 'platformio-ide.build' not found 与HUAWEI DevEco Device Tool,DevEco Device Tool安装包存在冲突,卸载Deveco即可。 其它参考:https://blog.csdn.net/qcmc123/article/d 阅读全文
posted @ 2023-08-23 14:01 txwtech 阅读(1249) 评论(2) 推荐(0)
摘要: platformIO安装方法汇总供参考 1.PlatformIO离线安装终极方法 2.PlatformIO开发环境搭建 3.VsCode PlatformIo 插件新建项目下载慢的解决办法 下载慢参考2: https://blog.csdn.net/Reasally/article/details/ 阅读全文
posted @ 2023-08-22 08:43 txwtech 阅读(2651) 评论(3) 推荐(0)
摘要: #region 将时间戳转化为时间 public string ConvertTampToDateTime(double timeStamp) { DateTime dateTime = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc).AddS 阅读全文
posted @ 2023-08-22 08:10 txwtech 阅读(421) 评论(0) 推荐(0)
摘要: arduino2.1.0-esp32_2.0.9-esp8266_3.1.1离线安装包 https://pan.baidu.com/s/1DFR2X6stro4PTXMg9rOrow?pwd=b4u0 提取码:b4u0 翻译 搜索 复制 阅读全文
posted @ 2023-08-18 11:48 txwtech 阅读(1422) 评论(0) 推荐(0)
摘要: esp8266太空人天气时钟编译成功vscode_arduino 库文件版本: 翻译 搜索 复制 阅读全文
posted @ 2023-08-12 17:08 txwtech 阅读(204) 评论(2) 推荐(1)
摘要: esp8266httpclient_get_post使用 #include<ESP8266WiFi.h> #include <ESP8266HTTPClient.h> //const char *ssid = "AxxxIFI"; const char *password = "xxxs879xxx 阅读全文
posted @ 2023-08-10 14:25 txwtech 阅读(283) 评论(0) 推荐(0)
摘要: arduinoJson与tft_espi库发生冲突解决方法 下载arduinoJson5.0版本的,不要用最新版本 示范代码 // Copyright Benoit Blanchon 2014 // MIT License // // Arduino JSON library // https:// 阅读全文
posted @ 2023-08-10 11:19 txwtech 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 132 下一页