Commit Graph

16 Commits (700f87b6a4cf7557cbe7daa51a87c6c8d9c9a839)

Author SHA1 Message Date
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
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 8825396298
Merge pull request #49 from Gulpman/dev
Dev: refactoring GLOBALS to FDRS_GLOBALS
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 25fb6b4d26 refactored GLOBALS to FDRS_GLOBALS
Globals is just too... global :)
Could also conflict with other libraries.
2 years ago
Timm Bogner 3152062023 moving and shuffling 2 years ago
Timm Bogner 21c1b4be59 housekeeping 2 years ago
DevilBinder f06d094d53 fix type 2 years ago
DevilBinder a0e65ffeff Add macro to enable debugging 2 years ago
DevilBinder 609efe0d40 Move type into its own header file so gateways and sensors can share it 2 years ago
DevilBinder 0529c6a4dc Add credits 2 years ago
DevilBinder 657b845f95 remove dead code 2 years ago
DevilBinder cdb5e5e0fd Add dependency switch macro 2 years ago
DevilBinder b16489b42e add LoRa 2 years ago
DevilBinder 33809f569d Condense into a single sensor file 2 years ago