Commit Graph

9 Commits

Author SHA1 Message Date
Sascha
4860d694c3 Update .gitignore 2022-07-07 11:57:54 +02:00
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.
2022-07-07 11:17:06 +02:00
Sascha
b2423b5265 cleanup of examples folder
- copied fdrs_functions.h to the root dir.
- removed all local occurances of fdrs_sensor.h and included the global <fdrs_sensor.h> instead.
- removed all local occurances of fdrs_functions.h and included the global <fdrs_functions.h> instead.
- made inclusion of fdrs_globals.h the default instead of using the llocal definitions in the file everywhere were FDRS_xxx is defined correctly.
- Fixed the faulty calls to functions where the local defines instead of the FDRS_xxx defines were used, e.G. BAND instead of FDRS_BAND
- For easier debugging I added some variation to the sensor sketches: Humidity values are randomly choosen between 0-100. For ease of view I made the first digit of the temperature values match the Reading_ID
2022-07-06 01:03:22 +02:00
sensorsiot
cc17e42d7f Update .gitignore 2022-05-23 21:33:53 +02:00
sensorsiot
f9882d1466 Update .gitignore 2022-05-23 21:29:51 +02:00
sensorsiot
ad04e7120f Test 2022-05-22 16:16:45 +02:00
SensorsIOT
495e88b8d4
Update .gitignore 2022-05-22 16:11:30 +02:00
sensorsiot
56f517d45e Test 2022-05-22 14:01:12 +02:00
sensorsiot
0a0d5db731 Test 2022-05-22 13:54:13 +02:00