You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building the firmware with the "custom.h" and "core_version.h" files where the devices have a prepared configuration by preprocessor instructions. Next i am uploading via ota and doing a factory reset, which should run the pre-build configuration. And then i am noticing:
After overriding "MQTT_USER" preprocessor define, the MQTT is working, but in the web UI I see "Leave blank if no user".
SONOFF_BASIC shows in the web UI's "HTTP port" field value: admin (it should show 80). I can't change this value.
H801 shows in the web UI's "Hostname" field value: admin (it should show ESPURNA_xxxxxx). I can't change this value.
Additional question: Is there any chance to change the hostname via "#define" preprocessor instruction?
PS. I am using latest sources.
The text was updated successfully, but these errors were encountered:
Thanks, that gave me a clue. It turned out that the Chrome was autofilling the fields with "admin" :). Right now only the first point is valid.
And i am still waiting for chance to change hostname by "#define".
I am building the firmware with the "custom.h" and "core_version.h" files where the devices have a prepared configuration by preprocessor instructions. Next i am uploading via ota and doing a factory reset, which should run the pre-build configuration. And then i am noticing:
Additional question: Is there any chance to change the hostname via "#define" preprocessor instruction?
PS. I am using latest sources.
The text was updated successfully, but these errors were encountered: