Skip to content

Commit 15136c0

Browse files
committed
Correct last jenkins bugs
1 parent 0b96608 commit 15136c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Oregon/src/Oregon.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const byte* DataToDecoder (class DecodeOOK& decoder)
305305

306306
int FindSensor (const int id, int maxsensor)
307307
{
308-
int EepromId;
308+
int EepromId=0;
309309
for (int i=0; i<maxsensor; i++){
310310
#ifdef MySensor_h
311311
int SensorID = loadState(i);

0 commit comments

Comments
 (0)