Replies: 6 comments 5 replies
-
When you change anything in the sdkconfig then you need to delete the build directory and the sdkconfig file in the root directory of nf-interpreter before building again otherwise funny things will happen. |
Beta Was this translation helpful? Give feedback.
-
I just copied user-prefs.json without making any changes |
Beta Was this translation helpful? Give feedback.
-
I see that the version numbers are all different. This is in user-prefs.json. What other changes have been made? |
Beta Was this translation helpful? Give feedback.
-
Set : "CMAKE_BUILD_TYPE": "Release", |
Beta Was this translation helpful? Give feedback.
-
I need to add some firmware features, but I haven't reached this stage yet because I am currently unable to compile firmware that is consistent with the official version
|
Beta Was this translation helpful? Give feedback.
-
I found the problem |
Beta Was this translation helpful? Give feedback.
-
I downloaded today's latest nf interpreter source code (the same goes for the previous issue),
I compiled using VSCode under Windows and selected ESP32-S3. However, without moving anything, the generated firmware had the following issues:
When Sleeping (10 * 1000), the thread should pause for 10 seconds, but in reality, it comes out directly
This situation is not always present, but the probability is high
3. Especially after connecting to WiFi and establishing a network connection
When sleeping normally, the Sleep process will exit directly after sending data through the serial port, as if awakened
So far, all the firmware I have compiled has this issue
6. May I ask if you can provide the sdkconfig file for the firmware generated on your end? The microcontroller I am currently using is ESP32-S3
Beta Was this translation helpful? Give feedback.
All reactions