mirror of
https://github.com/meshtastic/firmware.git
synced 2026-06-03 22:06:52 -04:00
Enhance UTF-8 sanitization logic and add delays in test setup for reliable timing
This commit is contained in:
@@ -303,6 +303,10 @@ void setup()
|
||||
{
|
||||
initializeTestEnvironment();
|
||||
|
||||
// Wait for portduino's millis() clock to start ticking before tests run
|
||||
testDelay(10);
|
||||
testDelay(2000);
|
||||
|
||||
UNITY_BEGIN();
|
||||
|
||||
RUN_TEST(test_setLastSentToMesh_stores_millis);
|
||||
|
||||
Reference in New Issue
Block a user