B4R Question Problem building project with rESP8266Wifi

MathiasM

Active Member
Licensed User
Hello

I just bought a Wemos D1 Mini to do some ESP8266 testing.
I just use the default code:

B4X:
#Region Project Attributes
    #AutoFlushLogs: True
    #CheckArrayBounds: True
    #StackBufferSize: 300
#End Region

Sub Process_Globals
    'These global variables will be declared once when the application starts.
    'Public variables can be accessed from all modules.
    Public Serial1 As Serial
End Sub

Private Sub AppStart
    Serial1.Initialize(115200)
    Log("AppStart")
End Sub

The result in de log is:


A bit odd, but ok.

But when I check the rESP8266Wifi library, without changing any code at all:


Is there something I'm doing wrong?

Thanks a bunch!
 

thetahsk

Active Member
Licensed User
Longtime User
Hello

I just bought a Wemos D1 Mini to do some ESP8266 testing.
I just use the default code:
....
You should use latest esp8266 SDK. Select Boardmanager in the Arduino IDE and install latest SDK for your ESP8266.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…