Skip to content

Commit

Permalink
test(test): ✅ fix build test arduino uno env
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreHiroyuki committed Aug 20, 2024
1 parent 636ecc8 commit 0edbc8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ jobs:
- name: Run Build Test for ESP32 Dev Module
run: platformio run -e esp32dev -t build_test.cpp


2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ platform = espressif32
board = esp32dev
framework = arduino

[env:arduino_avr]
[env:arduino_uno]
framework = arduino
platform = atmelavr
board = uno
Expand Down

0 comments on commit 0edbc8f

Please sign in to comment.