We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when running toit on two devices I get with nmap: ... Nmap scan report for toit.fritz.box (192.168.1.56) ...
Nmap scan report for toit.fritz.box (192.168.1.65) ...
lutz@HONOR:~/jaguar/third_party/toit$ /home/lutz/jaguar/build/jag scan Scanning ... Use the arrow keys to navigate: ↓ ↑ → ← ? Choose what Jaguar device you want to use: ▸ core2_WHITE (address: http://192.168.1.56:9000, 32-bit) core_BLACK_BROKEN_EDGE (address: http://192.168.1.65:9000, 32-bit)
so how would I make , i.e. core2_WHITE to be used as hostname, as in Nmap scan report for core2_WHITE.fritz.box (192.168.1.56)?
using the ARDUINO IDE I would set: WiFi.setHostname("core2_WHITE");
The text was updated successfully, but these errors were encountered:
kasperl
No branches or pull requests
when running toit on two devices I get with nmap:
...
Nmap scan report for toit.fritz.box (192.168.1.56)
...
Nmap scan report for toit.fritz.box (192.168.1.65)
...
lutz@HONOR:~/jaguar/third_party/toit$ /home/lutz/jaguar/build/jag scan
Scanning ...
Use the arrow keys to navigate: ↓ ↑ → ←
? Choose what Jaguar device you want to use:
▸ core2_WHITE (address: http://192.168.1.56:9000, 32-bit)
core_BLACK_BROKEN_EDGE (address: http://192.168.1.65:9000, 32-bit)
so how would I make , i.e. core2_WHITE to be used as hostname, as in
Nmap scan report for core2_WHITE.fritz.box (192.168.1.56)?
using the ARDUINO IDE I would set:
WiFi.setHostname("core2_WHITE");
The text was updated successfully, but these errors were encountered: