mirror of https://github.com/arendst/Tasmota.git
Minor verbal fixes.
parent
4828925411
commit
b3861f7fdc
|
@ -19,8 +19,8 @@ Any sensor driver needs a callback function following the scheme
|
|||
*
|
||||
* It provides the Tasmota callback IDs.
|
||||
*
|
||||
* @param byte function Tasmota function ID.
|
||||
* @return boolean ???
|
||||
* @param byte callback_id Tasmota function ID.
|
||||
* @return boolean Return value.
|
||||
* @pre None.
|
||||
* @post None.
|
||||
*
|
||||
|
@ -30,7 +30,7 @@ boolean Xsns<driverID>(byte callback_id) {
|
|||
// ???
|
||||
boolean result = false;
|
||||
|
||||
// Check if I2C mode
|
||||
// Check if I2C interface mode
|
||||
// if(i2c_flg) {
|
||||
|
||||
// Check which callback ID is called by Tasmota
|
||||
|
|
Loading…
Reference in New Issue