Search found 2 matches

by glitzi
20 Nov 2021, 20:56
Forum: ESP Easy: Projects / Applications
Topic: ser2net Traffic LED on WeMos D1
Replies: 2
Views: 25721

ser2net Traffic LED on WeMos D1

Hi,
I use the Ser2Net Plugin and need a Rule that makes the OnBoard LED blink when receiving Data on the RX-GPIO.

what is the Rule?

I Try this, but it dosen't work

Code: Select all

on System#Boot do
 Monitor GPIO,3 //GPIO 3 -Rx-Pin überprüfen
LogEntry,testBoot
endon

on GPIO#3 do
LogEntry,test
endon