-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command-line UI is highly confusing #2
Comments
I know. So far I'm just playing with their weird API making sense of the minefield ahead. This is to be expected, it's not even alpha. The commands are just the underlying API exposed to experiments mostly. iwconnect starts the connection process. always. No reboot is necessary. I'm now trying to get things work with proper newlib instead of a blob, and will be pushing a set of changes sometime next week. For now I want to set default .text location to irom0.text, instead of RAM, IROM_FLASH_ATTR is very ugly and make some changes to microrl itself. Those are annoying and you're free to fix those, while I'm playing with the rest stuff - feel free to submit pull requests. I'll push some trivial fixes today that allow to use stuff like scanf from newlib - that should make things easier. |
Ok, to continue the topic, that new "poke" thing is confusing too. Last thing I would think that it sends data to a remote host. Can we please have it named just "send"? |
Done. |
Thanks! |
Enlightening. Thanks! |
I flashed frankenstein firmware yesterday and couldn't do anything useful to it, I thought almost no functions are implemented. Only after checking forum thread it turned out something really works. So, let's go over confusing stuff:
The text was updated successfully, but these errors were encountered: