Hi,
I have a esp342 c3 mini witrh the folllowing B4R code:
B4X:
Sub Process_Globals
Public Serial1 As Serial
Private Timer1 As Timer
End Sub
Private Sub AppStart
Serial1.Initialize(115200)
Log("ESP32-C3 attivo!")
Timer1.Initialize("pippo_Tick", 1000)
Timer1.Enabled = True
End Sub
Private Sub pippo_Tick
Log("tickB4R")
End Sub
I am not familiar with esp32 c3 but in B4R, in the board selector, isn't there the setting you have mentioned? You might also need to scroll down I think.
I am not familiar with esp32 c3 but in B4R, in the board selector, isn't there the setting you have mentioned? You might also need to scroll down I think.