"chip": "BL602", maximum flash baud rate (using CH340 USB TTL converter): 460800
"pins": {
"3": "TglChanOnTgl;1",
"14": "LED_n;1",
"20": "Btn;1",
"21": "Rel;1"
},
Most similar devices have TglChanOnTgl on pin 2.
Maybe I will add functions for double-press or long-press.
Added after 1 [hours] 56 [minutes]:
changed "14": "LED_n;1", to LED_Wifi_n and
added start script:
addEventHandler OnHold 20 SafeMode
, so there is led identification if the device is connected to the wifi, if not (because you changed ssid or another problem), you can easily create access point and aproach it and reconfigure it, so you don't have to restart device 5 times to boot in safe mode.
"pins": {
"3": "TglChanOnTgl;1",
"14": "LED_n;1",
"20": "Btn;1",
"21": "Rel;1"
},
Most similar devices have TglChanOnTgl on pin 2.
Maybe I will add functions for double-press or long-press.
Added after 1 [hours] 56 [minutes]:
changed "14": "LED_n;1", to LED_Wifi_n and
added start script:
addEventHandler OnHold 20 SafeMode
, so there is led identification if the device is connected to the wifi, if not (because you changed ssid or another problem), you can easily create access point and aproach it and reconfigure it, so you don't have to restart device 5 times to boot in safe mode.