mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-10 04:37:37 +01:00
rtl_eeprom: add note regarding necessary replug of device
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
aced2dbd0e
commit
33427f7f31
@ -411,7 +411,9 @@ int main(int argc, char **argv)
|
||||
if (r < 0)
|
||||
fprintf(stderr, "Error while writing EEPROM: %i\n", r);
|
||||
else
|
||||
fprintf(stderr, "Configuration successfully written.\n");
|
||||
fprintf(stderr, "\nConfiguration successfully written.\n"
|
||||
"Please replug the device for changes"
|
||||
" to take effect.\n");
|
||||
|
||||
exit:
|
||||
if (file)
|
||||
|
Loading…
Reference in New Issue
Block a user