Commit Graph

28 Commits (586ed6e6036fd1378ab11c6296ae9d53ac081e54)

Author SHA1 Message Date
Timm Bogner 642c24a5e7
Merge branch 'main' into timekeeping_202402 5 months ago
Timm Bogner 86e35223f9 whitespace 7 months ago
Jeff Lehman ec8f0ba25f Debug log levels 0 through 2 7 months ago
Jeff Lehman 15d6fb050d hmmm, is it define or #define? 7 months ago
Jeff Lehman 8473b5f8f9 Feature add: FDRS logging verbosity 7 months ago
Jeff Lehman 6ba88a52a9 Add gateway time keeping, NTP, RTC support 7 months ago
Timm Bogner 2b707efaa6 Merge branch 'main' into pr/149 1 year ago
Timm Bogner 2c3b36f478 Add default Rx/Tx pins for ESP32 S2/3 & C3 variants (#165)
The pins are now assigned to a default value if not defined. Thanks @shaffenmeister

Co-Authored-By: shaffenmeister <shaffenmeister@users.noreply.github.com>
1 year ago
Timm Bogner 65dc04b6db
Merge pull request #151 from aviateur17/dev_OLED
FDRS OLED features
1 year ago
Timm Bogner d2428bf0c1 SX126x fixes 2 years ago
Jeff Lehman 649cfd901b Add OLED 'pages' and blank OLED screen 2 years ago
Jeff Lehman f15c2559b4 Fix static IP string issue 2 years ago
Jeff Lehman 41259087e4 Add support for static IP addressing when using WiFi on gateways 2 years ago
Timm Bogner 0f8772792f temporarily remove log and debug config 2 years ago
Timm Bogner d17a4913d1 gateway config cleanup 2 years ago
Timm Bogner ab1f51e547 fix-up gateway configs
more improvements needed
2 years ago
Timm Bogner a958f18387 combine log filenames, fix bug 2 years ago
Timm Bogner 1908b0e068 update configs 2 years ago
Timm Bogner 4312583638 remove extra radio pin
removes some ambiguity in the addition of sx126x class support.
2 years ago
Timm Bogner d7ffd8bb29 changed ESPNOW to ESPNow
for aesthetic reasons
2 years ago
Timm Bogner 4805072969 more shuffling
- added a modified ThingPulse oled library.
- made "sensor_config" "node_config"
- made - made "fdrs_functions.h" "fdrs_gateway.h"
2 years ago
Timm Bogner 1d68f1f314 cleaned gateway ino 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 a58cab5774 removed fdrs_sensor.h etc 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
Timm Bogner b8675edb02 replace old examples 2 years ago