Network module rework (#48)
* Fixes #45 - Reworked the network module to be more responsive and added ssid truncation configuration. * Added truncation options in the defaults.
This commit is contained in:
@@ -39,7 +39,7 @@ const WeatherWidget = () => {
|
||||
return theWeather.value = parsedWeather;
|
||||
} catch (error) {
|
||||
theWeather.value = DEFAULT_WEATHER;
|
||||
console.error(`Failed to parse weather data: ${error}`);
|
||||
console.warn(`Failed to parse weather data: ${error}`);
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user