Skip to content

Commit d46e9be

Browse files
authored
Update notice regarding API changes in ESP-NOW IDF v4 vs. v5 libraries
1 parent 9419754 commit d46e9be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ ESP32 based serial bridge for transmitting high bitrate serial data between two
44

55
Optimized version based on https://github.com/yuri-rage/ESP-Now-Serial-Bridge
66

7+
*** Update Notice: This code is based on Espressif ESP NOW IDF v4 libraries. Version 5 of these libraries have breaking changes in the API. ***
8+
*** If you are using Arduino IDE, you need ESP32 2.0.x board manager libraries. With 3.0.x you will get error messages at compilation ***
9+
*** I did not yet find the time to update the code match newer API, perhaps you can help out here... ***
10+
711
Tested with baud rate 921600 and video streaming bitrates of up to 400 kbps.
812
The primary purpose of this sketch was to enable a MAVLink serial connection.
913
There is no error correction or acknowledgement mechanism. If you require this, it has to be implemented on a higher protocol layer. MAVLink already provides its own mechanisms.

0 commit comments

Comments
 (0)