esp32的例程camerawebserver,在win10电脑上上传的开发板可以正常上传,但是在RaspberryPi4B里上传却显示
text section exceeds available space in board
项目使用了 2530534 字节,占用了 (193%) 程序存储空间。最大为 1310720 字节。
全局变量使用了55812字节,(17%)的动态内存,余留271868字节局部变量。最大为327680字节。
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.
为开发板 ESP32 Dev Module 编译时出错。
我试了试在win10中arduinoide2.0rc版本里也会出现这样的情况。
我不明白这是为什么,明明使用的是同样的代码和同样的开发板。
English: via Google:
The routine camerawebserver of esp32, the development board uploaded on the win10 computer can be uploaded normally, but the upload in RaspberryPi4B shows
text section exceeds available space in board
The project used 2,530,534 bytes, occupying (193%) of the program storage space. The maximum is 1310720 bytes.
Global variables use 55,812 bytes (17%) of dynamic memory, leaving 271,868 bytes of local variables. The maximum is 327680 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.
An error occurred when compiling for the development board ESP32 Dev Module.
I tried the same situation in the arduinoide2.0rc version of win10.
I don't understand why this is because I obviously use the same code and the same development board.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.