英文:
Arduino IDE error working with ESP8266 boards
问题
我刚开始使用Arduino和ESP8266。
我在Arduino IDE中配置了以下内容:http://arduino.esp8266.com/stable/package_esp8266com_index.json 添加到首选项中。
通过板管理器安装了由ESP8266 Community版本3.1.1提供的esp8266。
选择了通用ESP8266模块板进行一些测试。
但当我点击“验证”时,出现以下错误:
FileNotFoundError: [Errno 2] No such file or directory:'C:\Users\massi\AppData\local\Arduino15\preferences.txt'
退出状态1
编译通用ESP8266模块板时出错。
我不知道如何修复它
如果有人能帮忙,谢谢
我尝试重新安装IDE和板,但问题仍然存在...
英文:
Just started working with arduino and esp8266.
I configured the Arduino IDE adding: http://arduino.esp8266.com/stable/package_esp8266com_index.json to preferences.
Installed esp8266 by ESP8266 Community version 3.1.1 from board manager
Selected Generic ESP8266 Module board for doing some tests
But when i click on "Verify" this error pops up:
FileNotFoundError: [Errno 2] No such file or directory:'C:\Users\massi\AppData\local\Arduino15\preferences.txt'
exit status 1
Error compiling for board Generic ESP8266 Module.
I have no idea how to fix it
If anyone can help thanks
I tried reinstalling IDE and boards but still...
答案1
得分: 0
已修复。
从Arduino官方网站卸载,然后重新安装。
问题是从Microsoft Store下载应用程序,有时这些应用程序可能会出现错误或在文件系统中引发问题。
英文:
Fixed.
Unistalled then installed from arduino original website.
Problem was downloading the app from the microsoft store, sometimes those apps are buggi or can generate some problems in the file system.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论