Add missing version doctags

This commit is contained in:
Willy-JL
2024-10-31 17:24:32 +00:00
parent a9df021a70
commit 4312036f8d
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ export declare function success(): void;
/**
* @brief Signals failure to the user via the color LED, speaker and vibration
* motor
* @version Added in JS SDK 0.1
*/
export declare function error(): void;