mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: sensors (#350)
This commit is contained in:
@@ -279,7 +279,6 @@ class ServerProvider extends ChangeNotifier {
|
||||
|
||||
final wol = spi.wolCfg;
|
||||
if (wol != null) {
|
||||
/// TODO: test it
|
||||
try {
|
||||
await wol.wake();
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user