Dave Hooper

Results 21 comments of Dave Hooper

Rather than editing SdFatConfig.h , would it not work correctly to define ENABLE_DEDICATED_SPI? In other words: ``` #define ENABLE_DEDICATED_SPI 0 //

(update - apologies, I now understand the cause of what I described, which is coming from the limitation/misunderstanding of the Arduino IDE compilation process, rather than a problem in this...

Could it be because displayNames is a list, not a scalar? That suppress code has a comment saying its only for scalars. (Maybe that means the fix should be to...

I'll try it. I was actually just trying this instead, to see what happens: if ($names->{userId} != $result->{display_name}) { ... On Fri, 5 Aug 2022, 07:51 Michael Herger, ***@***.***> wrote:...

Apologies, I haven't tried it yet. Your proposed fix seems overcomplicated though - is testing $newName really necessary? The outer IF has already asserted that result->{'display_name'} is valid - doing...

@sbf- Is your optimised query (0.1 seconds) committed already at this point? Previous comment ambiguous but issue still open so I think that means no?

(To start: I can reproduce the same problems rickyelqasem reported) I (think I) see a few problems in the code. But please take all this with a huge grain of...

Yeah On Sat, 8 Oct 2022, 16:57 rickyelqasem, ***@***.***> wrote: > You think this is causing the frequency blips? > On 8 Oct 2022, 16:04 +0100, Dave Hooper ***@***.***>, wrote:...

Yep, I'll try something out. I don't have an oscilloscope either (wouldn't know how to use one even if I did). I'll just get rid of the COMPA_vect (which interrupts...