I downloaded a python script from github to connect Platformio and СubeMX. However, one function in the script was not defined. How to fix this?
I downloaded a script that allows you to combine Platformio and STM32CubeMX. This script includes third-party libraries such as LwIP. However, Import(“env “) on line 18 is not defined. What does it do and how do I fix the error? I have provided a part of the code that demonstrates the error.