Skip to main content

Module settings

Module settings 

Source
Expand description

Compile-time constants: default IP, WiFi character set, buffer sizes.

The heap and buffer sizes are build-time config values declared in this crate’s build.rs via esp-config. They can be overridden with SSH_STAMP_CONFIG_* environment variables.

Constants§

DEFAULT_IP
HEAP_SIZE
Global allocator heap size in bytes.
STATION_MODE_MAX_RETRY_SECONDS
TCP_RX_BUF
Receive buffer for the SSH TCP socket.
TCP_TX_BUF
Transmit buffer for the SSH TCP socket.
UART_BUFFER_SIZE
UART buffer size in bytes.