pub unsafe extern "C" fn flipper_format_update_float(
    flipper_format: *mut FlipperFormat,
    key: *const c_char,
    data: *const f32,
    data_size: u16
) -> bool
Expand description

Updates the value of the first matching key to a float array value. Sets the RW pointer to a position at the end of inserted data.

Returns:

  • True on success

Arguments

  • flipper_format - Pointer to a FlipperFormat instance
  • key - Key
  • data - Value