bugfix now work with 8 sensors
This commit is contained in:
parent
9377759d3b
commit
e62f254e7e
3 changed files with 83 additions and 14 deletions
|
@ -5,6 +5,6 @@ struct dstemp{
|
|||
float ftemp;
|
||||
char stemp[8];
|
||||
};
|
||||
extern struct dstemp ds1820[7];
|
||||
extern struct dstemp ds1820[8];
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue