Error: This board doesn't support arduin framework

NOOB here.

Hi everyone - hacking away but PIO gears broke. The PIO worked great until today. Uninstalled and reinstalled but no luck…

Using an Arduino Uno Board just to get familiar with VS Studio & PlatformIO… Any advice is most appreciative. TY… Please see details below…

Verbose mode can be enabled via -v, --verbose option
CONFIGURATION: Redirecting...
PLATFORM: Atmel AVR (3.3.0) > Arduino Uno
HARDWARE: ATMEGA328P 16MHz, 2KB RAM, 31.50KB Flash
DEBUG: Current (avr-stub) On-board (avr-stub, simavr)
PACKAGES:

  • toolchain-atmelavr 1.70300.191015 (7.3.0)
    Error: This board doesn’t support arduin framework

You wrote framework = arduin in the platformio.ini, but it must be framework = arduino.

OK - that was a super fast reply… You are correct… added the ‘o’ to arduino and Oh la la - gears working again - Thanks.