Hi
when I try this (ESP32):
Sub Process_Globals
Type Type_Sys1(Serial1 As Serial)
Public Sys1 As Type_Sys1
End Sub
Private Sub AppStart
Sys1.Serial1.Initialize(115200)
Log("AppStart")
End Sub
I get a lot of errors when I run this code. Why ?
Regards, el Andy
(Sorry my english is not good)
when I try this (ESP32):
Sub Process_Globals
Type Type_Sys1(Serial1 As Serial)
Public Sys1 As Type_Sys1
End Sub
Private Sub AppStart
Sys1.Serial1.Initialize(115200)
Log("AppStart")
End Sub
I get a lot of errors when I run this code. Why ?
Regards, el Andy
(Sorry my english is not good)