v.0.2.2 NeoPixel_64x64.write_text wieder Pixel weise

This commit is contained in:
tiijay
2025-10-22 19:31:09 +02:00
parent b588339fb4
commit 2eea871408
3 changed files with 23 additions and 17 deletions

View File

@@ -103,11 +103,11 @@ class Wlan:
weather_url = (
f'https://api.weatherapi.com/v1/current.json?key={API_KEY}&q={city}&aqi=yes&lang={lang}'
)
print(f'query: {weather_url}')
if not test_mode:
self.connect()
print(f'query: {weather_url}')
r = urequests.get(weather_url)
print('Status-Code:', r.status_code)