# Roasting Temperature Issues

## Adjusting Temperature Decimal Points

#### Discrepancies in temperature decimals between the app and the roasting machine&#x20;

Examples:

* Machine shows 220°C, but Firescope displays 22°C
* Machine shows 23°C, but Firescope displays 2300°C
* Temeperature displayed in Firescope doesn't match the roasting machine

#### How to solve the problem

1. Go to the top menu bar
2. Navigate to Roasting Machine -> Edit -> Modify -> Advanced Settings.
3. Adjust the decimal places to align with the roasting machine's display.&#x20;
   1. If 220°C shows as 22°C, change decimal places from 1 to 0.
   2. If 23°C shows as 230°C, change decimal places from 1 to 2.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.firescope.io/en/faq/roasting-temperature-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
