guild icon
Toit
#wifi
Thread channel in help
Fernan
Fernan 04/12/2025 09:24 PM
Hello, I need to read the wifi rssi dbm of my esp32
floitsch
floitsch 04/12/2025 09:26 PM
floitsch
floitsch 04/12/2025 09:28 PM
Program your microcontrollers in a fast and robust high-level language. - toitlang/toit
Fernan
Fernan 04/12/2025 09:34 PM
:๐Ÿ‘:
Fernan
Fernan 04/13/2025 12:16 AM
how do i get the index of an element on a list?
FernanOPFernan
how do i get the index of an element on a list?
floitsch
floitsch 04/13/2025 08:09 AM
The .do doesn't do that.
So either use a for i := ... loop, or list.size.repeat: | i | ...
(edited)
6 messages in total