5 lines
77 B
C
5 lines
77 B
C
#pragma once
|
|
#include <stdbool.h>
|
|
|
|
bool net_weather_update(float *out_temp);
|
#pragma once
|
|
#include <stdbool.h>
|
|
|
|
bool net_weather_update(float *out_temp);
|