sharkduino / Arduino_Animal_Tag

The main code that runs on the Sharkduinos
0 stars 0 forks source link

Header: sample-rate/startup-delay options not right #46

Open TheBen27 opened 6 years ago

TheBen27 commented 6 years ago

More of a personal note than anything, but the parser does not make the header file correctly w/regards to the sample-rate. Instead of something like

Sample-Rate,25Hz

it does

Sample-Sate3

Which is not ideal. It doesn't break anything, though, so since trying to fix it could induce worse bugs, I will leave it until after hardening.


Startup-Delay is also not correctly reported.

Startup-Delay,-1324864000

Again, will wait until after hardening since it doesn't break anything.