Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Mar 26, 2024
1 parent bf1c388 commit dbcc5b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ default_envs = T-ETH-Lite-ESP32S3
; src_dir = examples/UDPClientReceiver
; src_dir = examples/SPIExample
; src_dir = examples/WireExample
; src_dir = examples/StaticIPAddress
; src_dir = examples/StaticIPAddress
src_dir = examples/StaticIPAddress
; src_dir = examples/UDPClientSenderDirectPC
; src_dir = examples/UDPClientReceiverDirectPC
; src_dir = examples/AsyncUDPClient
; src_dir = examples/AsyncUDPServer
src_dir = examples/WebSocketClient
; src_dir = examples/WebSocketClient
; src_dir = examples/WebSocketServer

; !Only suitable for boards with T-ETH-PRO
Expand Down Expand Up @@ -128,6 +127,8 @@ monitor_filters =
esp32_exception_decoder
upload_speed = 921600
monitor_speed = 115200
lib_ignore =
Ethernet
; monitor_rts = 1
; monitor_dtr = 1

Expand Down

0 comments on commit dbcc5b4

Please sign in to comment.