Machine pgn manipulation limited to 12? sections?

I am looking at the code in FormGPS.cs to see how you set sections 1to8 and 9to16 and having a little difficulty… wondering if int reset = 2046; should be int reset = 23486; on line 767 in release 5.5.0. I’m trying to see how to handle 16 sections.

Code here looks like the max sections is 12.

Looking at Machine_USB_v5_5.ino suggests this hasn’t been used above 10? sections.