DaleGia

Results 11 comments of DaleGia

> For those stumbling upon this problem: The error appears if the Arduino IDE (and mbed board package version) doesn't use a toolchain which has the `libarm_cortexM4l_math.a` file in the...

Just a bit of an update. I have had success in solving this issue by manually including the related arm core math files in other projects. Doing this for this...

Hi @raghavendrajain and @Bartolomeus76 , This is possible due to version issues with Arduino BLE, or the version of the latest Arduino Mbed Core. This library is probably overdue for...

> Nice library, thanks for making it! > > You need to use > `SPIFFS.begin(true) ` > to ensure SPIFFS works on a device that has never had SPIFFS formatted...

> for me I removed the SPIFFS.begin() function > > because otherwise I can't make a global instance of the class Could you provide an example of what you mean...

SPIFFS.begin() has been removed from constructors to allow global usage. Examples updated to show the need to call SPIFFS.begin() before using methods.

Thanks for spotting this @GoDotMad. Ill take a look when I have time and implement the function.

I have removed the prototype for this function as I don't have a board to test it on even if I wrote the function. If anyone comes up with a...

I have resolved this issue by discontinuing usage of the efficient arm math functions, and moved over to using an inefficient RMS method. I haven't tested it on a board...

Hi. This is related to the issue where the library only ran on the now depreciated Arduino Mbed Core and has been known for a while. I have now updated...