• Joined on 2020-11-19
klaute created pull request okoyono/weatherstation#2 2022-11-25 11:25:54 +01:00
Big wheaterstation update
klaute pushed to feature/http_call_send_json at okoyono/weatherstation 2022-11-24 19:17:26 +01:00
35f1635a3d Fixed wind sensor interrupt handling.
klaute pushed to feature/http_call_send_json at okoyono/weatherstation 2022-11-15 14:39:24 +01:00
0ae44ec987 Added a preprocessor flag to enable/disable sensor walue table on webupdater main page.
klaute pushed to feature/http_call_send_json at okoyono/weatherstation 2022-11-15 09:46:53 +01:00
1253123e46 Added preprocessor check to prevent adding wifimanager reset link to webupdater html interface.
klaute pushed to feature/http_call_send_json at okoyono/weatherstation 2022-11-11 14:34:48 +01:00
53ca46e7bd Fixed wrong temperature value.
klaute pushed to feature/http_call_send_json at okoyono/weatherstation 2022-11-11 13:25:34 +01:00
a210c94721 Removed temperature overwriting. Added some disabled debug output messages. Reformatted code.
klaute pushed to feature/http_call_send_json at okoyono/weatherstation 2022-11-11 11:23:12 +01:00
baff93865c Added fix to prevent sending nan value through http get to the destination webserver.
klaute pushed to feature/http_call_send_json at okoyono/weatherstation 2022-11-11 11:11:38 +01:00
3e206715fd Updated required libraries
dc2eb61584 Added documentation about includes.
Compare 2 commits »
klaute pushed to feature/http_call_send_json at okoyono/weatherstation 2022-11-11 10:49:50 +01:00
4b737ce350 Added http get call functionality and fixed spaces in code.
klaute pushed to feature/main_loop_to_fsm at okoyono/weatherstation 2022-11-10 14:00:48 +01:00
a009a19261 Inverted status LED on behaviour
klaute created branch feature/http_call_send_json in okoyono/weatherstation 2022-11-10 14:00:24 +01:00
klaute pushed to feature/http_call_send_json at okoyono/weatherstation 2022-11-10 14:00:24 +01:00
ba1cc54d2e Cleaned include list in main firmware file.
a009a19261 Inverted status LED on behaviour
Compare 2 commits »
klaute pushed to feature/main_loop_to_fsm at okoyono/weatherstation 2022-11-10 13:34:39 +01:00
0a08e8d974 Updated firmware library folder content
klaute pushed to feature/main_loop_to_fsm at okoyono/weatherstation 2022-11-10 13:33:15 +01:00
02c84949bc code formatting changed
klaute pushed to feature/main_loop_to_fsm at okoyono/weatherstation 2022-11-04 09:12:11 +01:00
8c28468563 Added BMP280 sensor config flag to user config file.
klaute pushed to feature/main_loop_to_fsm at okoyono/weatherstation 2022-11-04 08:41:30 +01:00
ff71dad13f Added a comment to descript a for loop behaviour.
klaute pushed to feature/main_loop_to_fsm at okoyono/weatherstation 2022-11-04 08:37:59 +01:00
e699c8b37b Fixed debug output in dmp280 sensor code and removed unused function.
klaute pushed to feature/main_loop_to_fsm at okoyono/weatherstation 2022-11-02 19:22:10 +01:00
bcda387d26 Added missing network configuration init code.
klaute pushed to feature/main_loop_to_fsm at okoyono/weatherstation 2022-11-02 19:10:47 +01:00
94a1e785f1 Added BMP280 sensor (like BME280 but without humidity). Updated kicad files to new file standard.
klaute pushed to feature/main_loop_to_fsm at okoyono/weatherstation 2022-10-31 11:56:50 +01:00
93114b0f49 Added non wifimanager wifi connection support.