Add Ping Scan

This commit is contained in:
Just Call Me Koko
2025-06-04 20:26:54 -04:00
parent 38bef9121f
commit ebc3497c32
5 changed files with 108 additions and 0 deletions
+7
View File
@@ -69,6 +69,13 @@ jobs:
run: |
find /home/runner/.arduino15/packages/esp32/hardware/
- name: Install ESP32Ping
uses: actions/checkout@v2
with:
repository: marian-craciunescu/ESP32Ping
ref: 1.6
path: CustomESP32Ping
- name: Install AsyncTCP
uses: actions/checkout@v2
with: