Skip to content

Commit

Permalink
Adding test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIMP committed Nov 8, 2021
1 parent f9a39d7 commit ea76b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/ble_data_collection_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class _BleDataCollectionState extends State<BleDataCollectionPage>

static List<String> getGestureList(String category) {
if (category == "Test") {
return <String>["up-down", "right-left", "idle"];
return <String>["pointing-up", "pointing-front", "pointing-down", "up-down", "right-left", "idle"];
}
if (category == "Números") {
return <String>["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
Expand Down

0 comments on commit ea76b1e

Please sign in to comment.