Commit Graph

192 Commits (main)

Author SHA1 Message Date
Timm Bogner 7746812264 add id argument to loadFDRS() 2 years ago
Timm Bogner b72221e5eb ope
well, it sort of works now.
2 years ago
Timm Bogner 95c31cd8b5 gateway compiles 2 years ago
Timm Bogner 93907cf4ea small fix 2 years ago
Timm Bogner 25007ad121 Merge branch 'radiolib' into 120-migrating-to-radiolib 2 years ago
Timm Bogner d716ecea74 swapped function order 2 years ago
Jeff Lehman 7b300a4243 Move #import statements from fdrs_functions back to the middle of the file 2 years ago
Jeff Lehman cd5154e77d move #import statements to the top of the file 2 years ago
Jeff Lehman d3c44a1413 Delete no longer needed fdrs_sensor.h 2 years ago
Jeff Lehman d001715fd3 Fix LoRa ACK/CRC issues in main branch 2 years ago
Timm Bogner fb15115c62 getting started 2 years ago
Timm Bogner 2dbbdbbf8e housekeeping 2 years ago
Timm Bogner 8349097bdf Merge branch 'main' into clean_gateway 2 years ago
Timm Bogner 6e2f64a2e8 fixed error with nodes sending esp-now
It wasn't clearing the buffer of readings after sending, now it does.
2 years ago
Timm Bogner 1d68f1f314 cleaned gateway ino 2 years ago
Timm Bogner f478016aac #111 2 years ago
Timm Bogner aa06c421d1 another sensor 2 years ago
Timm Bogner 85444858ab enabled esp8266 onDataSent
bug fix
2 years ago
Timm Bogner 91aeb11402 remove .gitignore 2 years ago
Timm Bogner df6c26b734 TFT_eSPI example 2 years ago
Timm Bogner 1268fc1df0 Update fdrs_sensor.h 2 years ago
Timm Bogner 39bd741614 switched terminology 2 years ago
Timm Bogner 5340965c3a input via Serial0
data at the Rx of the USB Serial port (normally used for debugging) will now be entered into the getSerial() function
2 years ago
Timm Bogner 4721e72b47 changed peers to neighbors
Better reflects the concept and clears ambiguity
2 years ago
Timm Bogner 6212c58648 move ack settings
hid LoRa settings
2 years ago
Timm Bogner 6f0e6609c7 Create fdrs_sensor.h
for compatibility
2 years ago
Timm Bogner ccf24f50f9 added delay(0) 2 years ago
Timm Bogner 754fb9ce56 ESP-NOW confirmation 2 years ago
Timm Bogner 610f76bb5b LEVEL_T 2 years ago
Timm Bogner de147c6936 :| 2 years ago
Timm Bogner ca6d5d5986 Merge branch 'dev' into two-way-comms 2 years ago
Sascha 7abda7a87c Minor fix of logical && condition test
Logical and check for preprocessor directives was not done the right way.
2 years ago
Timm Bogner a58cab5774 removed fdrs_sensor.h etc 2 years ago
Timm Bogner 65d31644c8 Merge branch 'dev' into two-way-comms 2 years ago
Timm Bogner 1501817975 subscription list and unified callback
the functionality is almost complete
2 years ago
Timm Bogner 3654502afd added physical addressing 2 years ago
Timm Bogner b3e177a945 fixed gateway 2 years ago
Timm Bogner d1491c686c i guess that fixes it 2 years ago
Timm Bogner 9f74426f0b added new abilities 2 years ago
Sascha 32b6a4cdab Added missing parameter checks to fdrs_checkConfig
Added test for logging functions as well as LoRa ACK.
Added the define to all numbered example sketches.
2 years ago
Sascha 4ce0a617af Clean-up of fdrs_checkConfig.h
Removed redundancies from fdrs_checkConfig.h
Also - as an example - added the inclusion of the node config check in 0_MQTT_Gateway
2 years ago
Timm Bogner d3d90d95a3 added 'src' 2 years ago