Closed MatthBou closed 3 years ago
excuse me , but this string where would be added ? by putty directly in ispindel ? i have the same problem with blynk ,but i'm not an expert
@nafraga this line must be modified in the iSpindel.cpp file, line 699
can change it directly in my ispindel by serial command ? or i have to download the source code ,change the.ccp file and then? thanks
@nafraga no you can't by serial command. Give me your email i send you a modified .bin
nobis81.mn@gmail.com thanks . which program you use to modify .bin file?
@nafraga no you can't by serial command. Give me your email i send you a modified .bin
I suggest you read https://github.com/universam1/iSpindel/blob/master/LICENSE before sending a modified bin
nobis81.mn@gmail.com thanks . which program you use to modify .bin file?
You have to alter the sourcecode and then compile it into a bin. Don't know which tools they use for iot .cpp.
@nafraga no you can't by serial command. Give me your email i send you a modified .bin
I suggest you read https://github.com/universam1/iSpindel/blob/master/LICENSE before sending a modified bin
oups sorry
sorry too
but can i say the program to compile the (c++?) file into .bin?
but can i say the program to compile the (c++?) file into .bin?
Visual Core Studio and platformio
thank you
Solved by #449
Hello,
I'm submitting a ...
Report
The problem happens when data are sending to Blynk and using the specific gravity.
The specific gravity value is rounded only two digits after the decimal point, which takes away from the precision. for example :
Solution
Round gravity value 3 digits after decimal point : sender.add("4", String(Gravity, 3));
Many thanks