Home › Forum › Software › How to upload to uRadmonitor from (Arduino) ESP32? › Reply To: How to upload to uRadmonitor from (Arduino) ESP32?
May 21, 2021 at 11:59 am
#28866
Participant
So If I remove the 0x from my ID it becomes 13000212, then I need to convert 13000212 to hex which should be C65E14 (Hex number) or 00C65E14 (Hex signed 2’s complement) correct?
Bit odd when I use Postman to test the x-headers with just the number 13000212 it works and data is posted.
If I add 0x or convert it to either HEX number it fails with the exact same error response:
{
"error": "Invalid Device ID"
}