platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
901 stars 607 forks source link

adafruit_qtpy_esp32s3_nopsram board unknown #1364

Closed ChuckVanzant closed 5 months ago

ChuckVanzant commented 5 months ago

The board adafruit_qtpy_esp32s3_nopsram is listed as a supported board but when saving the platformio.ini file, the following error message appears:

Resolving adafruit_qtpy_esp32s3_nopsram dependencies... UnknownBoard: Unknown board ID 'adafruit_qtpy_esp32s3_nopsram'

This is what I have specified in my platformio.ini:

[env:adafruit_qtpy_esp32s3_nopsram] platform = espressif32 board = adafruit_qtpy_esp32s3_nopsram framework = arduino

QtPy2

QtPy

QtPy3

valeros commented 5 months ago

Hi @ChuckVanzant, what version of the espressif32 development platform are you using? This board was added in v6.5.0, so please run pio pkg update -g -p espressif32 directly in the IDE terminal.

ChuckVanzant commented 5 months ago

Updated and the board is now recognized. Thanks!

I was just confused as to why the board could have been listed through the Board Explorer and directed to

Adafruit QT Py ESP32-S3 No PSRAM — PlatformIO v6.1 documentationhttps://docs.platformio.org/en/latest/boards/espressif32/adafruit_qtpy_esp32s3_nopsram.html?utm_source=platformio&utm_medium=piohome

when the development platform in use was not correct.

Thanks again!


From: Valerii Koval @.> Sent: Thursday, April 25, 2024 4:48 AM To: platformio/platform-espressif32 @.> Cc: ChuckVanzant @.>; Mention @.> Subject: Re: [platformio/platform-espressif32] adafruit_qtpy_esp32s3_nopsram board unknown (Issue #1364)

Hi @ChuckVanzanthttps://github.com/ChuckVanzant, what version of the espressif32 development platform are you using? This board was added in v6.5.0, so please run pio pkg update -g -p espressif32 directly in the IDE terminal.

— Reply to this email directly, view it on GitHubhttps://github.com/platformio/platform-espressif32/issues/1364#issuecomment-2076793343, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADBKDET6CXFZVVLV2F24X5DY7DGOZAVCNFSM6AAAAABGX5CQMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWG44TGMZUGM. You are receiving this because you were mentioned.Message ID: @.***>