LaosLaser / Firmware

Embedded software (firmware) for the laser system and components, including configuration files
27 stars 27 forks source link

incorrect config path for netmask #44

Closed hpux735 closed 9 years ago

hpux735 commented 9 years ago

The config path for setting the net mask is wrong in the documentation and in the sample configuration files. The documentation says that the path is net.netmask, but that value is actually ignored. The proper path is net.mask. See line 67 in: Firmware/laser/global.cpp

jrv commented 9 years ago

Thanks for noticing. I updated the documentation and sample configuration files.