Skip to content

Commit

Permalink
[coco] add it to process()
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Dec 14, 2023
1 parent 5113cd8 commit 4f692a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/device/drivewire/fuji.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,9 @@ void drivewireFuji::process()

switch (c)
{
case FUJICMD_GET_SCAN_RESULT:
net_scan_result;
break;
case FUJICMD_SCAN_NETWORKS:
net_scan_networks();
break;
Expand Down

0 comments on commit 4f692a5

Please sign in to comment.