FRAMEWORKPATH env variable is empty when used in platformio.ini

Hello,

I’m currently working on adding a new framework to PlatformIO, and it would be very helpful to use $FRAMEWORKPATH in the example project’s platformio.ini. Currently this variable contains an empty list, is this the expected behavior?

Thanks!
-Kent

Yes, this is normal. What is your dev-platform? You can get a package dir with env.PioPlatform().get_package_dir("framework-***")