Includes weather data retrieval from Open-Meteo API and basic WiFi setup for connectivity. IntelliJ project configuration files and a `.gitignore` for IDE-specific files are also added.
8 lines
280 B
XML
8 lines
280 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ProjectModuleManager">
|
|
<modules>
|
|
<module fileurl="file://$PROJECT_DIR$/.idea/weatherDisplay.iml" filepath="$PROJECT_DIR$/.idea/weatherDisplay.iml" />
|
|
</modules>
|
|
</component>
|
|
</project> |