Skip to content

Commit

Permalink
renamed build name
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausMu committed Mar 13, 2024
1 parent d620763 commit 785d2d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-platformio.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ubuntu build
name: PlatformIO build

on: [push,workflow_dispatch]

Expand Down
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
; begin OTA
; upload_protocol = espota
upload_protocol = espota
upload_port = 192.168.178.199 ; for IP address see log
; upload_port = x.x.x.x ; for IP address see log
; end OTA
build_unflags =
Expand Down

0 comments on commit 785d2d9

Please sign in to comment.