Open soyoung14541 opened 6 months ago
Hello, hope this message finds you well. Congrats to your first Issue! We will review it as soon as possiable. Feel free to have a look at https://www.amebaiot.com/en/ameba-arduino-summary/ for more information
This issue is stale because it has been open for 14 days with no activity.
Boards
BW16
External Hardware
NO
Hardware Configuration
no
Version
latest master (checkout manually)
IDE Name
Arduino 2.3.2
Operating System
Win 11
Auto Flash Mode
Disable
Erase All Flash Memory (4MB)
Disable
Standard Lib
Arduino_STD_PRINTF
Upload Speed
1500000
Description
Hello! First of all, my English expression skills are not very good, so I use Google Translate to explain my question. Please forgive me if there are any semantic problems.
I recently tried to use the BW16 development version to write MQTT code and wanted to use JSON format to process messages. But when I import ArduinoJSON.h, the system will report an error message, but the code before importing can be executed smoothly. I tried to use ArduinoJSON.example -> StringExample alone. The sample program also failed to run after execution. The compilation could only be completed by turning on Standard Lib, but other problems would occur in the main program code. I would like to ask how to deal with this. Thank you.
Sketch
Error/Debug Message
Reproduce remarks
No response
I have checked online documentation, FAQ, GitHub Wiki and existing/closed issues.