Wifi connector #38
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/DroneCommand.js#L2
'Enum' is assigned a value but never used
|
src/DroneCommand.js#L3
'serviceUuids' is assigned a value but never used
|
src/DroneConnection.js#L66
Expected JSDoc for 'buffer' but found 'channelUuid'
|
src/DroneConnection.js#L216
'sendUuids' is not defined
|
src/DroneConnection.js#L223
'serviceUuids' is not defined
|
src/connectors/BLEConnector.js#L5
'characteristicUuids' is assigned a value but never used
|
src/connectors/BLEConnector.js#L33
'serviceUuids' is assigned a value but never used
|
src/connectors/BaseConnector.js#L114
Expected to return a value at the end of method 'getSensorFromToken'
|
src/connectors/BaseConnector.js#L115
'command' is never reassigned. Use 'const' instead
|
src/connectors/WifiConnector.js#L36
Unnecessary 'else' after 'return'
|
The logs for this run have expired and are no longer available.
Loading