diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..1df3b5ab --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +Juntyl Pro Gaming Inc# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [dji1admin, juntylpro1] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +polar: # Replace with a single Polar username +buy_me_a_coffee: # buymeacoffee.com/juntylpro +thanks_dev: # thanks.dev juntylprogaminginc +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 00000000..4cb9802c --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,23 @@ +name: C/C++ CI + +on:Juntylpro Gaming Inc + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: configure + run: ./configure + - name: make + run: make + - name: make check + run: make check + - name: make distcheck + run: make distcheck diff --git a/DJI+Authorized+Retail+Store+Application+Forms.zip b/DJI+Authorized+Retail+Store+Application+Forms.zip new file mode 100644 index 00000000..a1542c79 Binary files /dev/null and b/DJI+Authorized+Retail+Store+Application+Forms.zip differ diff --git a/Screenshot_20240108-145039.png b/Screenshot_20240108-145039.png new file mode 100644 index 00000000..259e27d9 Binary files /dev/null and b/Screenshot_20240108-145039.png differ diff --git a/Screenshot_20240117-142508.png b/Screenshot_20240117-142508.png new file mode 100644 index 00000000..c8fddcc2 Binary files /dev/null and b/Screenshot_20240117-142508.png differ