T-Relay S3 AP password
-
Default factory software on the T-Relay S3 exposes an AP 'LilyGo-Relay'. Please provide the password to connect to the AP. What is the functionality of the factory software on the T-Relay S3?
-
@francis The functionality of the factory software is to test all the elements of the board and show the tester that it works OK.
How do you program this board? -
@teastain2 I am using ESP-IDF. All the examples are for arduino. Any example code for ESP-IDF? If not I will need to convert it to work with ESP-IDF.
-
@teastain2 I was just interested to see the board working before I start to load new code.
-
@francis Arduino code is C, C++ and all you need to do is #include Arduino.h.
and 'undo' some of your structured 'ini' business in IDF.
Use the listed Arduino libraries.
It is too simple, I think.
-Cheers