Aggelos Vogiatzis
Results
2
comments of
Aggelos Vogiatzis
I have the exact same but with this terminal output as well ```bash /usr/include/c++/13.1.1/bits/stl_vector.h:1125: std::vector::reference std::vector::operator[](size_type) [with _Tp = Slvs_Constraint; _Alloc = std::allocator; reference = Slvs_Constraint&; size_type = long unsigned...
I have this code but it doesnt work, what am i doing wrong? ```c char* test = ("at+version\r\n"); ESP_LOGI(TAG, "Sending: at+version"); for (i = 0; i < 13; i++) {...