cpainchaud / RFLink32

RFLink for ESP, with MQTT client
Other
119 stars 44 forks source link

Default user/pass for captive portal? #50

Closed omygolly closed 2 years ago

omygolly commented 2 years ago

Hi,

Figured I'd give this a try and after downloading and flashing a release an RFLink-AP pops up. But when I try to access 192.168.4.1 a default popup appears asking for admin/pass. I can't for the life of me find the default values for these in any documentation.. :)

hvorragend commented 2 years ago

Same problem here, but I've found it:

#define RFLINK_WEBUI_DEFAULT_USER "rflink32"
#define RFLINK_WEBUI_DEFAULT_PASSWORD "433mhz"
omygolly commented 2 years ago

Damn, missed those. Thanks!

cpainchaud commented 2 years ago

thx for replying @omygolly