diff --git a/app/lib/consts.dart b/app/lib/consts.dart
index 1e79c722356411969a82fc79714b4ebab21477d3..d1c7751a71c5564ccd46cbcae484bfc4e276be05 100644
--- a/app/lib/consts.dart
+++ b/app/lib/consts.dart
@@ -17,7 +17,7 @@ List<Measurement> selectedMarkerList = [];
 LatLng mapCenter = LatLng(60.8000, 10.8471);
 DateTime ?lastUpdate; // Last time data was fetched from server
 List<String> lakeSearchOptions = []; // Init empty
-bool internetConnection = false;
+bool internetConnection = true;
 
 // Font settings
 const textColor = Colors.white;