UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

19 lines (16 loc) 528 B
import { MessageDefinition } from '../../../core/types.js'; declare const CELLULAR_CONFIG_ID = 336; declare const CELLULAR_CONFIG_CRC_EXTRA = 0; declare const CellularConfigDefinition: MessageDefinition; interface MessageCellularConfig { enable_lte: number; enable_pin: number; pin: string; new_pin: string; apn: string; puk: string; roaming: number; response: number; } export { CELLULAR_CONFIG_CRC_EXTRA, CELLULAR_CONFIG_ID, CellularConfigDefinition }; export type { MessageCellularConfig };