Results 25 comments of atrent

What would be the purpose of linux-router on a... router?

> > What would be the purpose of linux-router on a... router? > > ... easily added additional SSID's... this is a standard (and easily configured via luci or config...

I'm voting for the progress bar or explicit fraction i/N

a few years ago I emailed @pauldreik about the idea of using 'shatag'...

Deduplication is a different thing since it's transparent to the filesystem while the goal of rdfind is to explicitly clean the filesystem from duplicated files. I usually do both (a...

Confirmed, I can trigger the interrupt on those pins only by keeping another button pressed

Actually I don't think opening the 5353 port does solve the issue (I've tried adding a rule and it still fails the uploading process). I tried using the CLI command:...

SOLVED! In file ".arduino15/packages/esp8266/hardware/esp8266/2.3.0/platform.txt" change line: tools.esptool.upload.network_pattern="{network_cmd}" "{runtime.platform.path}/tools/espota.py" -i "{serial.port}" -p "{network.port}" "--auth={network.password}" -f "{build.path}/{build.project_name}.bin" to: tools.esptool.upload.network_pattern="{network_cmd}" "{runtime.platform.path}/tools/espota.py" -i "{serial.port}" -p "{network.port}" -P 8266 "--auth={network.password}" -f "{build.path}/{build.project_name}.bin" this way the...

better yet! in "preferences.txt" add ota.hostport=8266 and in file ".arduino15/packages/esp8266/hardware/esp8266/2.3.0/platform.txt" change the line in: tools.esptool.upload.network_pattern="{network_cmd}" "{runtime.platform.path}/tools/espota.py" -i "{serial.port}" -p "{network.port}" -P "{ota.hostport}" "--auth={network.password}" -f "{build.path}/{build.project_name}.bin"