Skip to content

Commit

Permalink
Add VAPIX access example
Browse files Browse the repository at this point in the history
In `Cargo.toml`:
- Disable default features for `reqwest` because by default it tries to
  build HTTPS support which fails, and HTTPS is not needed when
  accessing VAPIX locally, even when "Allow access through" is set to
  only "HTTPS".
  • Loading branch information
apljungquist committed Jun 25, 2024
1 parent 191cb3f commit d7483c6
Show file tree
Hide file tree
Showing 6 changed files with 841 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
make --always-make check_all
PACKAGE=licensekey_handler make build
PACKAGE=embedded_web_page make build
PACKAGE=vapix_access make build
Loading

0 comments on commit d7483c6

Please sign in to comment.