Timm Bogner

Results 80 comments of Timm Bogner

Okay, so I found the major hang-up I was having (misplaced brackets), and I am happy with this branch for now. However, I ran into issues with versions and whatnot...

There is a small issue with the dev branch due to a recent addition (fdrs_checkConfig.h), but the main branch works as intended: ``` //#include //Use global functions file #include "fdrs_functions.h"...

Moving the FDRS_* folders out of root isn't the end of the world. What bothers me about removing the duplicate functions files is that there will no longer be a...

> This is achieved by having sketches only in the example folder. Agreed. I've been off that hill for a bit now. > For me I always use 1_LoRa... and...

I am also in nearly total agreement... so we must be on to something! The "full system examples" were designed specifically for the YouTube video. At the time, we used...

Ah, yes. Quick clarification: each sketch will still have its own config.h file. I wasn't aware that wasn't allowed, but unless it causes a problem I think we should live...

Among other things, it will make it easier for an outside application to configure devices in batches, etc later on.

Or you can update a device's code without having to re-configure its options. I guess that's the main thing.

Okay here's my vision: In the examples folder: - The gateways are numbered according to their UNIT_MAC. 0_MQTT_Gateway, 1_UART_Gateway, 2_LoRa_Repeater, 3_ESPNOW_Repeater. 2 and 3 both send to 1. - Sensors...

Alright so I think we're on the same page mostly. Our disagreement lies in the topology of the example layout. In my concept, the new user sets up their sensor,...