Updates to API and added arduino code for the XIAO-ESP32C6

This commit is contained in:
programmingPug
2025-01-04 14:38:42 -05:00
parent dd1196af84
commit 42aa91f479
8 changed files with 414 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
private readonly ILogger<DevicePollingService> _logger;
private readonly BluetoothService _bluetoothService;
private readonly IDbContextFactory<AppDbContext> _dbContextFactory;
private readonly TimeSpan _pollingInterval = TimeSpan.FromSeconds(30);
private readonly TimeSpan _pollingInterval = TimeSpan.FromSeconds(10);
public DevicePollingService(
ILogger<DevicePollingService> logger,

Binary file not shown.

Binary file not shown.

Binary file not shown.