Open VedBehre opened 3 days ago
Hi @VedBehre, in the log there is:
Sketch uses 2079753 bytes (158%) of program storage space. Maximum is 1310720 bytes.
I see you are using default partition scheme. Please use RainMaker 4MB, RainMaker 4MB no OTA or RainMaker 8MB depending on your board. If the RainMaker 4MB still don't have enough space for your sketch, use the RainMaker 4MB no OTA and comment out RMaker.enableOTA(OTA_USING_TOPICS);
from your sketch, as OTA partition won't be there.
Board
NodeMcu-32s
Device Description
trying to control ESP's on board led using esp rainmaker
Hardware Configuration
gpio 2 connected to ob board led
Version
v3.0.5
IDE Name
arduino ide
Operating System
raspberry pi os
Flash frequency
80mh
PSRAM enabled
no
Upload speed
115200
Description
the is not uploading
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide