-
-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #607 from justcallmekoko/develop
Add new bluetooth features
- Loading branch information
Showing
20 changed files
with
534 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,30 +15,56 @@ jobs: | |
- name: Checkout Code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install ESP32 Boards and Compile TestFile | ||
# - name: Install ESP32 Boards and Compile TestFile | ||
# uses: ArminJo/[email protected] | ||
# with: | ||
# sketch-names: TestFile.ino | ||
# arduino-board-fqbn: esp32:esp32:esp32s2 | ||
# platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.10/package_esp32_dev_index.json | ||
|
||
- name: Install Arduino CLI | ||
run: | | ||
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh | ||
echo "/home/runner/work/ESP32Marauder/ESP32Marauder/bin" >> $GITHUB_PATH | ||
export PATH=$PATH:/home/runner/work/ESP32Marauder/ESP32Marauder/bin | ||
arduino-cli version | ||
- name: Install Arduino-ESP32 Core v2.0.11 | ||
run: | | ||
arduino-cli core update-index | ||
arduino-cli core install esp32:[email protected] | ||
- name: Verify Installed Cores | ||
run: arduino-cli core list | ||
|
||
- name: Build TestFile with ESP32 v2.0.11 | ||
uses: ArminJo/[email protected] | ||
with: | ||
sketch-names: TestFile.ino | ||
arduino-board-fqbn: esp32:esp32:esp32s2 | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.10/package_esp32_dev_index.json | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Verify Installed Cores Again | ||
run: arduino-cli core list | ||
|
||
- name: Show Arduino dir structure | ||
run: | | ||
find /home/runner/.arduino15/packages/esp32/hardware/ | ||
- name: Pull arduino-esp32 v2.0.4 | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: espressif/arduino-esp32 | ||
ref: 2.0.4 | ||
path: 2.0.4arduino-esp32 | ||
|
||
- name: Pull arduino-esp32 v2.0.10 | ||
uses: actions/checkout@v2 | ||
with: | ||
repository: espressif/arduino-esp32 | ||
ref: 2.0.10 | ||
path: 2.0.10 | ||
# - name: Pull arduino-esp32 v2.0.4 | ||
# uses: actions/checkout@v2 | ||
# with: | ||
# repository: espressif/arduino-esp32 | ||
# ref: 2.0.4 | ||
# path: 2.0.4arduino-esp32 | ||
|
||
# - name: Pull arduino-esp32 v2.0.10 | ||
# uses: actions/checkout@v2 | ||
# with: | ||
# repository: espressif/arduino-esp32 | ||
# ref: 2.0.10 | ||
# path: 2.0.10 | ||
|
||
- name: Install AsyncTCP | ||
uses: actions/checkout@v2 | ||
|
@@ -197,6 +223,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:esp32s2:PartitionScheme=min_spiffs,FlashSize=4M,PSRAM=enabled | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename Marauder Flipper bin | ||
run: | | ||
|
@@ -208,6 +236,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:esp32s3:PartitionScheme=min_spiffs,FlashSize=8M,PSRAM=enabled | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename Marauder Multi Board bin | ||
run: | | ||
|
@@ -237,6 +267,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename OG Marauder bin | ||
run: | | ||
|
@@ -281,6 +313,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename v6 Marauder bin | ||
run: | | ||
|
@@ -305,6 +339,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename v6 Marauder bin | ||
run: | | ||
|
@@ -331,6 +367,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename Marauder Kit bin | ||
run: | | ||
|
@@ -357,6 +395,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename Marauder Mini bin | ||
run: | | ||
|
@@ -381,6 +421,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename Marauder ESP32 LDDB bin | ||
run: | | ||
|
@@ -405,6 +447,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename Marauder for Marauder Dev Board Pro | ||
run: | | ||
|
@@ -434,6 +478,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:m5stick-c:PartitionScheme=min_spiffs | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename Marauder M5StickC bin | ||
run: | | ||
|
@@ -464,6 +510,8 @@ jobs: | |
sketch-names: esp32_marauder.ino | ||
arduino-board-fqbn: esp32:esp32:esp32s2:PartitionScheme=min_spiffs,FlashSize=4M,PSRAM=enabled | ||
extra-arduino-cli-args: "--warnings none" | ||
arduino-platform: esp32:[email protected] | ||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.11/package_esp32_dev_index.json | ||
|
||
- name: Rename Marauder Marauder Rev Feather | ||
run: | | ||
|
Binary file removed
BIN
-231 KB
...rZero/WiFi-Devboard-Pro/WiFi-Devboard-Pro-backups/WiFi-Devboard-Pro-2022-12-13_154921.zip
Binary file not shown.
Binary file removed
BIN
-235 KB
...rZero/WiFi-Devboard-Pro/WiFi-Devboard-Pro-backups/WiFi-Devboard-Pro-2022-12-13_160252.zip
Binary file not shown.
Binary file added
BIN
+497 KB
...rZero/WiFi-Devboard-Pro/WiFi-Devboard-Pro-backups/WiFi-Devboard-Pro-2024-07-17_184006.zip
Binary file not shown.
Binary file added
BIN
+278 KB
...rZero/WiFi-Devboard-Pro/WiFi-Devboard-Pro-backups/WiFi-Devboard-Pro-2024-07-21_114536.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.