Is there a way to use long variables in the IoT cloud? I have a counter that will probably reach 500,000 cycles. I see there is a custom type, but I haven't found much documentation on how to use that. I tried adding 'unsigned long' in the thingProperties.h file where it added 'ReplaceWithYourType' in front of my variable, but this resulting in compiling errors and then it just overwrote the type with 'ReplaceWithYourType' again.
4 posts - 2 participants