Hi,
On ESP8266 I've got many warning regarding ntohs and htons redefined. This name is in conflict with ESP8266WiFi Library.
I've resolved renaming all ntoh and hton definitions to rh_ntoh and rh_hton in RadioHead.h lines1700-1720
It do not create new warning or error on compiling. Can you check if this mod can cause some other problems? I' was'nt able to find any occurrency about these names in whole library, so I supposed it is unused.
Hi, On ESP8266 I've got many warning regarding ntohs and htons redefined. This name is in conflict with ESP8266WiFi Library. I've resolved renaming all ntoh and hton definitions to rh_ntoh and rh_hton in RadioHead.h lines1700-1720 It do not create new warning or error on compiling. Can you check if this mod can cause some other problems? I' was'nt able to find any occurrency about these names in whole library, so I supposed it is unused.