Mahboud Zabetian

Results 6 comments of Mahboud Zabetian

I see the same issue with ESP 2.0.0 and 2.0.1 in addition to 2.0.2. I don't see the problem with 1.0.6, and that works for my other Adafruit ESP32, but...

On Sep 6, 2022, at 10:32 PM, Daniel Egnor ***@***.***> wrote: > In general doing a good race-free job of quickly skipping writes when nothing is reading them (but blocking...

I'll give that a try later today. My custom boards, in production use, are never connected to USB (serial). They are only charged via USB. That's why having long delays...

Both Serial.setDebugOutput(false); and Serial.setTxTimeoutMs(0); Work well to remove the delay I was experiencing. Thank you. > On Sep 8, 2022, at 6:54 PM, Rodrigo Garcia ***@***.***> wrote: > > >...

I find that it is best to set the zIndex of the cell layer either in the ``` - (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath; { ... cell.layer.zPosition = indexPath.item; return...

The WiFiMulti.run() needs to have a more complex test of IP address availability and possibly connectivity, after selecting the strongest network. If no IP address is available, and/or no IP...