Skip to content

Commit f329f33

Browse files
committed
Update for release
1 parent 564d94e commit f329f33

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

RF24Ethernet.h

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ extern RF24EthernetClass RF24Ethernet;
276276
* @mainpage RF24Ethernet library: TCP/IP over RF24Network
277277
*
278278
* @section OpenSourceWireless Open & Open-Source IoT Wireless (not WiFi) Networks
279-
* **An experiment disconnected...**
279+
* **An experiment disconnected...**<br>
280280
* <img src="tmrh20/RF24EthernetOverviewImg.jpg" alt="RF24EthernetImage" style="width:70%;height:70%">
281281
*
282282
* @section Goals Goals:
@@ -289,16 +289,19 @@ extern RF24EthernetClass RF24Ethernet;
289289
*
290290
* @section News Update News
291291
*
292+
* \version <b>1.6.5 - Aug 2020</b>
293+
* - Identified/Correct memory issue causing 'undefined behaviour' ie: A variety of symptoms depending on memory allocation etc.
294+
* - Update getting started simple client example
295+
*
292296
* \version <b>1.6.4 - Aug 2020 </b>
293-
* Fix buggy behaviour on AVR devices. Remove hook to update RF24Ethernet during calls to delay.
294-
* Fixes for MQTT example
295-
* Major cleanup for warnings and minor issues
297+
* - Fix buggy behaviour on AVR devices. Remove hook to update RF24Ethernet during calls to delay.
298+
* - Fixes for MQTT example
299+
* - Major cleanup for warnings and minor issues
296300
*
297301
* \version <b>1.6.3 - April 2020 </b>
298302
* - Update & fix MQTT example
299303
* - Add dependencies for RF24, RF24Network & RF24Mesh
300304
*
301-
* \version <b>1.6.2 - May 2019 </b>
302305
*
303306
* See <a href="VersionInfo.html"> version history </a> for more info
304307
*
@@ -564,6 +567,8 @@ extern RF24EthernetClass RF24Ethernet;
564567
*
565568
* @page VersionInfo Version Info
566569
*
570+
* \version <b>1.6.2 - May 2019 </b>
571+
*
567572
* \version <b>1.6.1 - Dec 2015</b>
568573
* - Use Arduino yield() function to keep IP stack updated during calls to delay() etc. (Not working with ESP8266)
569574
* - Fix mqtt example

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=RF24Ethernet
2-
version=1.6.4
2+
version=1.6.5
33
author=TMRh20
44
maintainer=TMRh20
5-
sentence=Open TCP/IP wireless/radio IoT mesh networks for Arduino
6-
paragraph=Self-sustaining wireless sensor networks that seamlessly link together using standard protocols & networking, based on low-power nrf24l01+ radio modules. An experiment in networking, protocols and devices. See https://tmrh20.github.io/RF24Ethernet
5+
sentence=OSI layer 4/5 (TCP/IP) wireless/radio IoT mesh networks for nrf24L01(+)
6+
paragraph=Automated, wireless(not WiFi), sensor/IoT networks that communicate/link together using standard protocols & networking. Typically requires Raspberry Pi/Linux device as gateway. An experiment disconnected...
77
category=Communication
88
url=https://tmrh20.github.io/RF24Ethernet/
99
architectures=*

0 commit comments

Comments
 (0)