StringSplitter icon indicating copy to clipboard operation
StringSplitter copied to clipboard

The item count is still an issue.

Open mocallins opened this issue 2 months ago • 0 comments

Using the library as an install in Arduino 2.3.6

Not sure what the version number is, tell me exavtly where to look and i'll report back.

I am trying to split a string of the months of the year, and it fails at 5.

Date: Nov 17 2025 Time: 03:01:55 numEnt = 5 i = 0 item = January i = 1 item = February i = 2 item = March i = 3 item = Apri i = 4 item = May,June,July,August,September,October,November,December i = 5

I'm on an ESP8266.

mocallins avatar Nov 17 '25 09:11 mocallins