Closed luizabbadia closed 4 months ago
Yes i fixed this in the latest release, please checkout the main branch , thank you for pointing out :-)
Sorry, I need new glasses!
Em qui., 11 de jul. de 2024, 10:30, MXZZ @.***> escreveu:
Closed #4 https://github.com/MXZZ/Netgotchi/issues/4 as completed.
— Reply to this email directly, view it on GitHub https://github.com/MXZZ/Netgotchi/issues/4#event-13468901722, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJIM3UZZTBBZ7MAAMQWGLLZLZGFHAVCNFSM6AAAAABKVO4V4SVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGQ3DQOJQGE3TEMQ . You are receiving this because you authored the thread.Message ID: @.***>
no problem :)))
Love that, but just to add something, line 350 provokes repetition of IP[0] String ipprefix = String(currentIP[0]) +"."+String(currentIP[1])+"."+String(currentIP[0])+"."; should be String ipprefix = String(currentIP[0]) +"."+String(currentIP[1])+"."+String(currentIP[2])+".";