Replies: 7 comments 6 replies
-
|
Where do you see any issues with the current implementation ? |
Beta Was this translation helpful? Give feedback.
-
|
I'm missing parts of the last commits from you and me. So i am worried we lost more then thought. |
Beta Was this translation helpful? Give feedback.
-
|
Indeed i found an small issue using the configuration below with setting the channel. auto cfg_now = now.defaultConfig();
cfg_now.use_long_range = true;
cfg_now.buffer_count = 2;
cfg_now.channel = 6;
now.begin(cfg_now);I got a channel mismatch error running this code. Could you look in to this to fix it properly. I just did set the peer.channel to zero, to use the Wifi channel for now. And that worked fine, but i have not tested it properly if the channel was really set to channel 6 or not. I did have also some issues setting up eSpeak with the new AAT DEV version, but i cant reproduce the error anymore :( something about missing some or corrupted file. Sorry i did not copied the error message. And now it works fine. :( Other then that it seems to work properly. Including with choice of the faster speed you made. Nice. |
Beta Was this translation helpful? Give feedback.
-
|
However i have still some suggestions for improvement of the ESPNowStream component:
When you agree to the point above i would love to create the PR's for that, no problem. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Ad 1: got it: in this case it might be a good idea to call WiFi.mode() only if WiFi.getMode() returns WIFI_MODE_NULL, so it is the responsibility of this class to manage this only if it was not done yet. |
Beta Was this translation helpful? Give feedback.
-
|
Okay most of the PR's are live. Only the rework of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Phil, based on the mayhem i created because of the ill formed Repo i used for the last PR's the other day. Maybe it would be better to redo those again with the now better setup repo i use.
What do you think will that restore the correct changes we made?
Beta Was this translation helpful? Give feedback.
All reactions