Hi Guys,
I am trying to upload a stream to COSM/PACHUBE.
COSM has allocated update feed ID 89514
I used the following code to assign the ID
const unsigned long feedID = 89514; // this is the ID of this feed
Using Serial Monitor
with the command:
client.print(feedID);
I see 23978 displayed
However if I use say
const unsigned long feedID = 2900;
with the command:
client.print(feedID);
I see 2900 displayed
I feel there is a problem with the data type somewhere
I have tried unsigned int as well but I go the same result
Anyone any idea what is wrong???
Thank you for your interest
Regards