From 4c95f810bb8dba8c97326293cd38ad97633dab95 Mon Sep 17 00:00:00 2001 From: kkbin505 <19462942@qq.com> Date: Fri, 5 Jun 2026 08:21:59 -0700 Subject: [PATCH] Fix: gs.key invalid link Because the main branch was renamed to master, the link in gs.key is invalid, I fixed this issue to avoid misleading. --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b819f55..99a229c8 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ local.properties /app/videonative/compile_commands.json /app/wfbngrtl8812/compile_commands.json /compile_commands.json +/tmp +video.sdp diff --git a/README.md b/README.md index f1b0f9b2..0d2155e0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ where (brace yourself) most things actually work. - [LiveVideo10ms](https://github.com/Consti10/LiveVideo10ms): excellent video decoder from [Consti10](https://github.com/Consti10) converted into a module. - [wfb-ng](https://github.com/svpcom/wfb-ng): library allowing the broadcast of the video feed over the air. -The wfb-ng [gs.key](https://github.com/OpenIPC/PixelPilot/raw/main/app/src/main/assets/gs.key) is embedded in the app. +The wfb-ng [gs.key](https://github.com/OpenIPC/PixelPilot/raw/master/app/src/main/assets/gs.key) is embedded in the app. The settings menu allows selecting a different key from your phone. Supported rtl8812au wifi adapter are listed [here](https://github.com/OpenIPC/PixelPilot/blob/master/app/src/main/res/xml/usb_device_filter.xml).