Nodemcu ESP8266 12-F存储

发布于 2025-02-07 08:21:22 字数 93 浏览 1 评论 0原文

我刚刚开始使用nodemcu工作,想知道当您在设备上使用Arduino IDE上传代码时,如何从存储中删除它们?

非常感谢任何线索。

非常感谢。

I have just started working with my Nodemcu and was wondering when you upload codes using Arduino IDE on the device, how can you delete them from the storage?

Would highly appreciate any clues.

Many thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终遇你 2025-02-14 08:21:23

尝试了多种方法,以下方法有效:

  1. 您必须安装Python。

  2. 使用PIP安装Esptool软件包。

  3. esptool.py -chip ESP8266 -port(编写端口位置ESP连接)erase_flash

  4. 在终端中运行3

  5. 储存成功。

Tried a variety of methods and the following worked:

  1. You must have python installed.

  2. install the esptool package using pip.

  3. esptool.py --chip esp8266 --port (write the port location esp connected) erase_flash

  4. run 3 in terminal

  5. storage is emptied successfully.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文