ussserrr / stm32pio

Automate managing of STM32CubeMX + PlatformIO projects
https://pypi.org/project/stm32pio
Other
224 stars 24 forks source link

platformio_ini_is_patched reliability #58

Open ussserrr opened 3 years ago

ussserrr commented 3 years ago

Its solidity is questionable. For example, some property can contain both stm32pio and user-defined values and still technically be considered as "patched". Maybe one should use in for verification instead of strict string equality comparison.