mirror of
https://github.com/KeymonSoft/Durakelo.git
synced 2026-04-20 20:59:26 +00:00
12/1/24 - Cambios para la lista de precios de SuperQ
This commit is contained in:
@@ -26,7 +26,7 @@ Sub Process_Globals
|
||||
Dim Timer1 As Timer
|
||||
Dim Interval As Int = 300
|
||||
Private flpStarted As Boolean
|
||||
Dim DBReqServer As String = "http://keymon.lat:1782"
|
||||
Dim DBReqServer As String = "http://keymon.lat:1781"
|
||||
Dim FECHA_HOY As String
|
||||
Dim tipov As String = ""
|
||||
Dim rutav As String = "0"
|
||||
@@ -38,15 +38,15 @@ Sub Service_Create
|
||||
CallSubDelayed(FirebaseMessaging, "SubscribeToTopics")
|
||||
BTAdmin.Initialize("admin")
|
||||
' serial.Initialize("serial")
|
||||
If BTAdmin.IsEnabled = False Then
|
||||
If BTAdmin.Enable = False Then
|
||||
ToastMessageShow("Error enabling Bluetooth adapter.", True)
|
||||
Else
|
||||
ToastMessageShow("Enabling Bluetooth adapter...", False)
|
||||
End If
|
||||
Else
|
||||
BluetoothState = True
|
||||
End If
|
||||
' If BTAdmin.IsEnabled = False Then
|
||||
' If BTAdmin.Enable = False Then
|
||||
' ToastMessageShow("Error enabling Bluetooth adapter.", True)
|
||||
' Else
|
||||
' ToastMessageShow("Enabling Bluetooth adapter...", False)
|
||||
' End If
|
||||
' Else
|
||||
' BluetoothState = True
|
||||
' End If
|
||||
Timer1.Initialize("Timer1", Interval * 1000)
|
||||
Timer1.Enabled = True
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user