dagnall

Results 20 comments of dagnall

@fredvik The link you provided seems to have disappeared? Would it be possible for you to reinstate it? Cheers and thanks

Many thanks.. I will look through it in detail later. I'm actually exploring options for some UART code that broke with the 2.0.2 (+) compiler changes that changed how the...

Kean Thanks, I will try to see what the pragma comes up with.. Adding the loop counter does prevent infinite loops, and I have use the delay(1) before as it...

Thanks. I tried the #pragma thing and the arduino version On 9 Jul 2017, at 17:07, Kean Maizels wrote: > > Yes, with a loop count of only 20, it...

Ah, I was arriving slowly at the conclusion that the variable length strings were the problem, So I presume that the inital message contains data about how long the variable...

Many thanks! Like many - I must apologise for not having read the manual!! **I now have it bookmarked!** I had derived my own version of the variable string read,...

I also use esp-now, and Arduino IDE 2.2.1 My recent check of 3.0.0 showed non compatibility in 3.0.0 of Esp-now and also TCP ?? But I did not find anything...

@SuGlider Could you advise any #defines or similar that we can place in our code so that we can make the code "compatible" with either 4.4.6 or 5.2, depending on...

By pure chance I managed to get my ESP-NOW codes working in Compiler 3 yesterday. I do agree that the new ESP-NOW examples are unhelpful for anyone who is trying...