mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-11 04:17:43 +00:00
7 lines
233 B
C
7 lines
233 B
C
#pragma once
|
|
|
|
// Initialize testing environment.
|
|
void initializeTestEnvironment();
|
|
|
|
// Minimal init without creating SerialConsole or portduino peripherals (useful for lightweight logic tests)
|
|
void initializeTestEnvironmentMinimal(); |