When creating a project in VScode with the Platformio plugin, it becomes necessary to re-include the library header file in several files, for example, to use the extern keyword.
The original version of the library does not allow this. I separated the class methods into .cpp files, now the library header files can be included in several compilation units.
When creating a project in VScode with the Platformio plugin, it becomes necessary to re-include the library header file in several files, for example, to use the
extern
keyword. The original version of the library does not allow this. I separated the class methods into .cpp files, now the library header files can be included in several compilation units.Please, see my pull request #10