Lilygo T-Display S3: Unknow board?

The board is not recognized. Can someone please help me?

UnknownBoard: Unknown board ID ‘lilygo-t-display-s3’

ini:

[env:lilygo-t-display-s3]
platform = espressif32
board = lilygo-t-display-s3

; change microcontroller
board_build.mcu = esp32s3

; change MCU frequency
board_build.f_cpu = 240000000L

CLIpio pkg update -g -p espressif32

1 Like

Yes, that was the solution. Thank you!