Trying to insert a variable from my C++ code to MySQL via Javascript
I’m currently working on a project involving Arduino and Node-RED, where I’m attempting to insert a variable declared in Arduino, visible in my serial monitor, into a MySQL database using a JavaScript function. The function I’m using is as follows: