Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I'm trying to do this:
HTTPMap msg;
msg["status"] = "Add this " + " to this.";
But I get this error: Expression must have integral or enum type (E847) for the second line. So apparently you can't add strings like this. What would be the correct way?