Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ai_vox3_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ARDUINO_CLI_DIR: ${{github.workspace}}/arduino_cli
ARDUINO_CLI_CONFIG_DIR: ${{github.workspace}}/arduino_cli_config
ARDUINO_USER_DIR: ${{github.workspace}}/arduino_user
AI_VOX_VERSION: "v1.3.0"
AI_VOX_VERSION: "v1.3.1"
strategy:
matrix:
example: ["ai_vox3/ai_vox_engine_dht11_servo_led_mcp","ai_vox3/ai_vox_engine_led_mcp","ai_vox3/ai_vox_engine_motor_fan_mcp","ai_vox3/ai_vox_engine_motordriver_mcp",
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
${ARDUINO_CLI_DIR}/arduino-cli --config-dir ${ARDUINO_CLI_CONFIG_DIR} lib install "DHT sensor library@1.4.6"

- name: Install AI_VOX Library from GitHub (v1.3.0)
- name: Install AI_VOX Library from GitHub (v1.3.1)
run: |
echo "Installing AI_VOX library version ${AI_VOX_VERSION}"
${ARDUINO_CLI_DIR}/arduino-cli --config-dir ${ARDUINO_CLI_CONFIG_DIR} lib install --git-url https://github.com/nulllaborg/ai_vox.git#${AI_VOX_VERSION}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arduino_esp32_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ARDUINO_CLI_DIR: ${{github.workspace}}/arduino_cli
ARDUINO_CLI_CONFIG_DIR: ${{github.workspace}}/arduino_cli_config
ARDUINO_USER_DIR: ${{github.workspace}}/arduino_user
AI_VOX_VERSION: "v1.3.0"
AI_VOX_VERSION: "v1.3.1"
strategy:
matrix:
example: ["esp32/ai_vox_engine_us04_dht11_photosensitive_display_lcd_mcp", "esp32/ai_vox_engine_us04_dht11_photosensitive_display_oled_mcp"]
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
${ARDUINO_CLI_DIR}/arduino-cli --config-dir ${ARDUINO_CLI_CONFIG_DIR} lib install "DHT sensor library@1.4.6"

- name: Install AI_VOX Library from GitHub (v1.3.0)
- name: Install AI_VOX Library from GitHub (v1.3.1)
run: |
echo "Installing AI_VOX library version ${AI_VOX_VERSION}"
${ARDUINO_CLI_DIR}/arduino-cli --config-dir ${ARDUINO_CLI_CONFIG_DIR} lib install --git-url https://github.com/nulllaborg/ai_vox.git#${AI_VOX_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build_flags =
-llibesp_audio_simple_dec
-Os
lib_deps =
https://github.com/nulllaborg/ai_vox/archive/refs/tags/v1.3.0.zip
https://github.com/nulllaborg/ai_vox/archive/refs/tags/v1.3.1.zip
lvgl/lvgl@9.2.2

[env:esp32_display_lcd]
Expand Down