Skip to content

Commit

Permalink
fixed flow action
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Apr 28, 2024
1 parent 7a1ef95 commit 62fb09b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/flows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: List working directory
run: ls -alR ..

- name: Create package structure
run: |
mkdir -p .debpkg/home/node-red/.node-red
ls -alR
cp aryaos/stage5-common/00-install/files/AryaOS_flows.json .debpkg/home/node-red/.node-red/flows.json
cp stage5-common/00-install/files/AryaOS_flows.json .debpkg/home/node-red/.node-red/flows.json
# create DEBIAN directory if you want to add other pre/post scripts
mkdir -p .debpkg/DEBIAN
echo -e "chown node-red:node-red /home/node-red/.node-red/flows.json" > .debpkg/DEBIAN/postinst
Expand Down
2 changes: 2 additions & 0 deletions docs/airtak_cuas_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ AirTAK C-UAS should operate plug & play out of the box with nothing more than a

This method uses AirTAK C-UAS' built-in WiFi hotspot to reconfigure the device to connect to an existing WiFi network, disabling the on-board WiFi hotspot.

![AryaOS WiFi Config](./media/aryaos_wifi.png)

1. Connect the USB power supply to the device. Ensure color-coded direction of connector (yellow to yellow, black to black).
2. After a 2 minutes, a new WiFi network should appear with a name like `AryaOS-XXXX`. Connect to this network.
3. From a web browser (Chrome, Safari), browse to: http://aryaos.local . If that doesn't resolve, try: http://10.41.0.1
Expand Down
Binary file added docs/media/aryaos_wifi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62fb09b

Please sign in to comment.