Aanas Sayed

Results 6 comments of Aanas Sayed

This is something that would be useful for my current project too. But also subracting works fine so not sure if it's worth implementing though. @miquelbeltran I'm not sure if...

For such use cases, I use `sensors_plus` combined with [flutter_background](https://pub.dev/packages/flutter_background). I don't really see a need for this to be integrated as it's not really sensor specific but rather related...

Have you tried using the latest version of the plugin? You mentioned you are using version 4.0.2. Current version is 6.0.0.

I'm in need of this. Would happy to implement it but need ideas on how to structure it as a barometer call already exists, so how to add this? 1....

Btw I saw the note now to try: ```c #define VREKRER_SCPI_PARSER_NO_IMPL #include "Vrekrer_scpi_parser.h" ``` But I still get the issue. I put the above code in my `scpi_helper.h` file and...

Hi, I've tried what you have suggested but it still has issues. Even if the code completely works fine in `main.ino` file, moving it into any seperate file causes linking...