ara-daq-hw / asps_daq_basic

Basic firmware for the ASPS-DAQ. Most things implemented.
0 stars 4 forks source link

Setting a fixed IP is screwed up #4

Closed barawn closed 7 years ago

barawn commented 7 years ago

showip()'s handling of the fixed IP setting is wrong. First, it only works if there are less than 4 arguments, which is totally wrong. It should only work if there are exactly 4 arguments, and throw an error otherwise. In addition, the IP octets are entered backwards.