Example ESPNOW_Sensor will not compile #222
-
Hi, I’ve been following the FDRS project for quite some time and thought it was time I tried it for myself. However, I’ve been having quite some difficulty in compiling the different parts. Quite frustrating on my part, as I can see everything should work from other people’s experiences, so the problem is entirely at my end, but I can’t see how. Having spent time looking through my setup and reading the on-line discussions I'm left asking for help. So far I have managed to configure and compile the 0_MQTT_Gateway example. This is working, connects to my Wifi and I can see an initial 'Publication' in my MQTT Broker. The 1_UART has been giving my some challenges, but today I thought I’d get the “ESPNOW_Sonsor built (direct from the Example) and at least I’d have that sending regular data towards a UART_GW. Unfortunately, after many attempts, I still can’t get the “ESPNOW_Sensor” to compile without error. All the libraries in the Arduino IDE 2.3.2 are up to date. My hardware is a AZ-Delivery ESP32-WROOM-32 module. I have had the board type set to “ESP32 Dev Module” and “WEMOS D1 MINI ESP32”, and others for experimental purposes. I’ve not changed the example code in any way. The only changes I’ve made have been to the fdrs_globals.h file. Any help would be most gratefully received as I’m lost as to way I’m getting the follow error messages.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @hindle49, |
Beta Was this translation helpful? Give feedback.
I think this brings up something else that's been on the to-do list for a while:
FDRS isn't in the Arduino Library Registry. There isn't a good reason, I just thought I'd have to start using a complicated versioning system. Now I see that it's actually pretty easy, and it would have allowed me to automatically patch this issue as it arose without users being inconvenienced. I'll try to get that done soon, I just need to change some wording and then submit it to the official repo.