Code: Select all
static uint8_t i = 0;
volatile uint8_t j = 0;
if(!i) {
j++;
i = 1;
}
esp_restart();
What im doing wrong?
Code: Select all
static uint8_t i = 0;
volatile uint8_t j = 0;
if(!i) {
j++;
i = 1;
}
esp_restart();
Users browsing this forum: No registered users and 92 guests