-
Notifications
You must be signed in to change notification settings - Fork 113
Conversation
Thanks for proposing and adding this! I am currently away from home, so there will be a delay in merging this to the repository. |
Can you look into why the automated build failed? |
This reverts commit 9eaeb55.
Looking... |
Ok, finally figured out how to repro example configManager build failure on my local wintel dev box. Do the docs have, or should they have, a FAQ or something like this... How to locally repro and troubleshoot /examples/... build/test failure(s)
still need to understand and fix... |
On my WinTel, npm run lint fails with 2000+, CRLF errors, drowning out ability to see real failures.
Am editing .eslintrc.js ...
To instead be sensitive to platform build is executing on...
|
@maakbaas, I appreciate you might be travelling/unavailable. When ever you're available next, let me know whether/what additional edits are needed for this pull request. Cheers! |
Will do, sorry about the delay. I am actually traveling till mid march, so it will still be a bit longer. |
Hi @aaronse. Thanks for the pull request and the idea to add hostname is fine. I really appreciate your efforts. However, again like #44, this pull request contains many small changes which are unrelated to this, and should not all be part of the framework. This makes it hard for me to commit it. I understand that you are doing your own development, but I can only work with pull requests that are based on the current master and contain a single change. |
Hey @maakbaas, hope you're well. Will try again with some of the edits split into separate pull requests. |
problem: Various projects using this framework, deployed to various devices appear on networks as ESP-<MAC Address last 3 bytes hex encoded> e.g. ESP-214365.
cause: This framework isn't setting hostName before calling Wifi.begin(), or exposing hostName as a configuration setting.
fix: Add optional device hostName setting. Edits are intended to not break, or change behavior of existing projects. Intention is that Devs can opt in to using if/when needed.