上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 97 下一页
摘要: platformIO安装方法汇总供参考 1.PlatformIO离线安装终极方法 2.PlatformIO开发环境搭建 3.VsCode PlatformIo 插件新建项目下载慢的解决办法 参考 Well let’s see if you can get to see progress first. 阅读全文
posted @ 2023-08-22 08:43 txwtech 阅读(1427) 评论(2) 推荐(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 阅读(377) 评论(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 阅读(671) 评论(0) 推荐(0) 编辑
摘要: esp8266太空人天气时钟编译成功vscode_arduino 库文件版本: 翻译 搜索 复制 阅读全文
posted @ 2023-08-12 17:08 txwtech 阅读(125) 评论(2) 推荐(0) 编辑
摘要: esp8266httpclient_get_post使用 #include<ESP8266WiFi.h> #include <ESP8266HTTPClient.h> //const char *ssid = "AxxxIFI"; const char *password = "xxxs879xxx 阅读全文
posted @ 2023-08-10 14:25 txwtech 阅读(127) 评论(0) 推荐(0) 编辑
摘要: arduinoJson与tft_espi库发生冲突解决方法 下载arduinoJson5.0版本的,不要用最新版本 示范代码 // Copyright Benoit Blanchon 2014 // MIT License // // Arduino JSON library // https:// 阅读全文
posted @ 2023-08-10 11:19 txwtech 阅读(62) 评论(0) 推荐(0) 编辑
摘要: c#使用HttpListener监听post及get请求方法示范 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; 阅读全文
posted @ 2023-08-08 08:10 txwtech 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 路径中“./”、“../”、“/”代表的含义 “./”:代表目前所在的目录。 " . ./"代表上一层目录。 “/”:代表根目录。 翻译 搜索 复制 阅读全文
posted @ 2023-08-07 15:02 txwtech 阅读(876) 评论(0) 推荐(0) 编辑
摘要: AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\cores\esp8266/../../bootloaders/eboot/flash.h:16:32: fatal error: spi_flash_geometry.h 阅读全文
posted @ 2023-08-04 08:37 txwtech 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 复制arduino-master下的所有文件: arduino-master.rar链接待更新 到: 目录:C:\Users\ttx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.3.0 ttx是自己的用户名 [Startin 阅读全文
posted @ 2023-08-03 21:38 txwtech 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 97 下一页