TKK_E32231503/ios/Runner/Assets.xcassets/LaunchImage.imageset
flems bee56e2cd0 Release v1.1.0: Real-time Relay Status & Smart Exhaust Control
 Fitur Baru:
- Status relay real-time di aplikasi (Heater 1, Heater 2, Fan, Exhaust)
- Exhaust otomatis ON saat suhu >= 60°C
- Cooling down 20 detik dengan countdown setelah pengeringan selesai
- Auto reset ke Ready to Dry setelah cooling down

🔧 Backend:
- Parse relay1-4 dari JSON MQTT ESP32
- Real-time update status relay di database dan API

🔧 ESP32:
- Kirim status semua relay dalam JSON ke MQTT
- Support 4 relay: Heater1 (GPIO13), Heater2 (GPIO12), Fan (GPIO14), Exhaust (GPIO27)
- Kontrol exhaust otomatis berdasarkan suhu
- Error handling load cell dengan timeout

🐛 Bug Fixes:
- Fix perhitungan berat load cell (dari rata-rata ke penjumlahan)
- Fix crash saat inisialisasi HX711
- Fix status relay tidak update di Flutter

📦 Version: 1.1.0 (Build 2)
2026-06-24 02:29:22 +07:00
..
Contents.json Release v1.1.0: Real-time Relay Status & Smart Exhaust Control 2026-06-24 02:29:22 +07:00
LaunchImage.png Release v1.1.0: Real-time Relay Status & Smart Exhaust Control 2026-06-24 02:29:22 +07:00
LaunchImage@2x.png Release v1.1.0: Real-time Relay Status & Smart Exhaust Control 2026-06-24 02:29:22 +07:00
LaunchImage@3x.png Release v1.1.0: Real-time Relay Status & Smart Exhaust Control 2026-06-24 02:29:22 +07:00
README.md Initial commit 2026-05-25 04:59:40 +07:00

README.md

Launch Screen Assets

You can customize the launch screen with your own desired assets by replacing the image files in this directory.

You can also do it by opening your Flutter project's Xcode project with open ios/Runner.xcworkspace, selecting Runner/Assets.xcassets in the Project Navigator and dropping in the desired images.