Commit Graph

581 Commits (06aa620c6a5e645736ad622d4ecbcca79e6ebb79)
 

Author SHA1 Message Date
Sascha 9ab5be2258 Update keywords.txt
Added further entries to keywords.txt
2 years ago
Sascha 700f87b6a4 houeskeeping in Universal Sensor's config file
Put FDRS_DEBUG to top
Some formatting and further explanations on the settings.
Uncommented local LoRa settings, so by default the global fdrs settings are taken.
This makes the setup process easier and less error-prone.
2 years ago
Sascha acf53e6ed5 Refactored gateway config files
Refactored fdrs_config.h to fdrs_gateway_config.h
This way it is directly visible from within a folder, what the config is for.
2 years ago
Sascha 249904fbc4 Refactoring for easier understanding while coding
Step one: refactor sensor_setup.h -> fdrs_sensor.h
2 years ago
Sascha 52f0d0c9ce
Merge branch 'timmbogner:dev' into dev 2 years ago
theFeiter 85b1e16144 add newline 2 years ago
theFeiter 92c17d3567 release logbuffer every 10 seconds if not empty 2 years ago
theFeiter 48d2a6f012 only count seconds_since_reset when logging is enabled 2 years ago
Timm Bogner 3979c09dd7 changed reading_id to uint16_t 2 years ago
theFeiter f29e7ce916 add defined filename 2 years ago
theFeiter 107c1413a1 use buffering for all logs 2 years ago
theFeiter 876d860a05 use internal seconds since reset only when wifi not enabled 2 years ago
theFeiter 3854593bf7 use internal seconds since reset only when wifi not enabled 2 years ago
Timm Bogner 59196b7829 fixed if/else 2 years ago
Timm Bogner e10315bc28 used enum to make newData more expressive 2 years ago
Sascha 06036e54e4 Fixed issue with ignored global settings in fdrs_sensor.h
This needs to be checked, especially in the new class-based model of sensors and gateways: First the global settings must be checked and the corresponding local settings for a sensor / gateway commented out.
Then either the one or other is saved in a FDRS_prefix variable. After that checks must soley be done against FDRS_variables.
2 years ago
Timm Bogner 47ba30d167
Merge pull request #45 from thefeiter/spiffs-logging
Create internal flash (LittleFS) logging functionality
2 years ago
Timm Bogner 635977b789
Merge pull request #53 from Gulpman/dev
DEV: Refactored DEBUG and DBG to FDRS_DEBUG and FDRS_DBG
2 years ago
theFeiter d8317daf83 this just fixed the write speed issue 2 years ago
theFeiter 83c11c27ed Merge branch 'dev' into spiffs-logging 2 years ago
Sascha 9e57a8f299 Refactored DEBUG and DBG to FDRS_DEBUG and FDRS_DBG
Changed those values to be prevent compiling issues with PlatformIO and also as it is good practice not to use names which easily could collide with other libs.
Also removed a duplicate line from keywords.txt
2 years ago
Timm Bogner 9b9c6a8e64 function junction 2 years ago
Timm Bogner a8e94156dd Updated gateway .ino 2 years ago
Timm Bogner 05bc51ae6c
Merge pull request #42 from thefeiter/create-sd-card-logging
Add a logging function to write incoming Packets to SD card
2 years ago
Timm Bogner 64bcbf947a
Merge branch 'dev' into create-sd-card-logging 2 years ago
Timm Bogner 64eb35a918 fixed macro names 2 years ago
Timm Bogner 8825396298
Merge pull request #49 from Gulpman/dev
Dev: refactoring GLOBALS to FDRS_GLOBALS
2 years ago
Timm Bogner 0da17e0ddb
Merge pull request #50 from thefeiter/add-prefix-to-defines-for-pio
Add prefix to defines and unify SPI initialization
2 years ago
Timm Bogner 8dd4dfec72
Merge pull request #52 from Devilbinder/dependency
Add missing MQTT dependency
2 years ago
Timm Bogner fd953f8d68
Merge pull request #51 from Devilbinder/dev
Add formal documentation
2 years ago
Binder Tronics 7edfe72742 typo 2 years ago
Binder Tronics 14bfabc7b2 add missing dependency 2 years ago
Binder Tronics 74b2cd33ac add docs 2 years ago
Binder Tronics d4ce926b12
Merge pull request #10 from timmbogner/dev
Dev
2 years ago
theFeiter e74c7f22fe update global fdrs functions 2 years ago
theFeiter 2eb8755ce9 add spi Initialization for ESP32 2 years ago
theFeiter d093128e7c only use defined spi pins on ESP32 2 years ago
theFeiter 6b51e1c978 add prefixes to defines 2 years ago
Sascha a26346dc86 Update keywords.txt
Added literals and sorted entries for easier maintenance.
2 years ago
theFeiter d013f38196 apply some compiler suggestions 2 years ago
Sascha 4860d694c3 Update .gitignore 2 years ago
theFeiter 5d4d0d40cc Merge branch 'create-sd-card-logging' into spiffs-logging 2 years ago
theFeiter 5e7f277bcd small corrections 2 years ago
theFeiter cb47f6c02e use littlefs since spiffs is deprecated 2 years ago
theFeiter d67e831e64 Revert "use littlefs since spiffs is deprecated"
This reverts commit da4b403246.
2 years ago
theFeiter da4b403246 use littlefs since spiffs is deprecated
apply some suggestions from the compiler
2 years ago
Sascha 25fb6b4d26 refactored GLOBALS to FDRS_GLOBALS
Globals is just too... global :)
Could also conflict with other libraries.
2 years ago
Sascha 86f0a1c4ef Update .gitignore
Added fdrs_globals.h to .gitignore.
This way one can directly work in the repo and maintain personal configuration without exposing it to the public by accidentially submitting them.
If someone knows a safe way to revert a file in a repo with fully removing the previous commit, I would be glad to hear about a solutin.
2 years ago
theFeiter 9d5a1062dc change filename 2 years ago
theFeiter 5624ac30af create SPIFFS logger function 2 years ago