mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 15:34:19 +01:00
sns: unused arg
This commit is contained in:
@@ -190,7 +190,7 @@ public:
|
||||
}
|
||||
|
||||
// Address of the sensor (it could be the GPIO or I2C address)
|
||||
virtual String address(unsigned char index) const {
|
||||
virtual String address(unsigned char) const {
|
||||
return String();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user