Select list item: Attempt to get item number 2 of a list of length 1: [""]

Hello, I'm doing a project for college and I need to receive the temperature and humidity values. However, I'm getting an error message in the app that I can't fix.
projeto
projeto1

image
The text you received is not what you expected.
It did not including ":", so your lista variable only contains one item, you can not get item 2.

How did your BT send the data?

upload your .ino file.

I see a semicolon (;) in your split.

Do you use a println() to transmit?