bugfix now work with 8 sensors

This commit is contained in:
Harald Pichler 2017-12-21 15:02:08 +01:00
parent 9377759d3b
commit e62f254e7e
3 changed files with 83 additions and 14 deletions

View file

@ -5,6 +5,6 @@ struct dstemp{
float ftemp;
char stemp[8];
};
extern struct dstemp ds1820[7];
extern struct dstemp ds1820[8];
#endif