1.0.5-rc2 ESPNOW: Peer channel is not equal to the home channel, send fail!
Posted: Thu Nov 26, 2020 9:21 am
Using esp-arduino 1.0.5-rc2 trying to send something by esp_now I get
The returned error code is ESP_ERR_ESPNOW_ARG
I have never seen this error before and the same code works fine on esp-arduino 1.0.4
Did anybody else see this when using esp_now on esp-arduino 1.0.5-rc2 (or 1.0.5-rc1)?
What does the message mean by 'home channel'?
PS: Sorry, my code https://github.com/reppr/pulses/ is quite complicated and I did not find the time yet to write a simplified example. If you want to try it send "CC" (twice capital letter C) with 500000 baud over the serial line to trigger the error.
Code: Select all
ESPNOW: Peer channel is not equal to the home channel, send fail!
I have never seen this error before and the same code works fine on esp-arduino 1.0.4
Did anybody else see this when using esp_now on esp-arduino 1.0.5-rc2 (or 1.0.5-rc1)?
What does the message mean by 'home channel'?
PS: Sorry, my code https://github.com/reppr/pulses/ is quite complicated and I did not find the time yet to write a simplified example. If you want to try it send "CC" (twice capital letter C) with 500000 baud over the serial line to trigger the error.