Search found 1 match
- Fri Aug 30, 2024 10:17 am
- Forum: ESP32 Arduino
- Topic: Strange behaviour, mostrly the same code has different results under windows and esp32
- Replies: 0
- Views: 933
Strange behaviour, mostrly the same code has different results under windows and esp32
I have the following situation: I have an implementation of Djikstra's alogorithm that doesn't use queues (core panic as well) that doesn't generate the same result when run on ESP(first code, first image) and PC(seconde code, second image). The pc code replaces serial prints with cout and has a mai...