#include "state.h"
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, ESP32!");
cp_run();
vTaskDelay(1000);
cp_monitor();
}
void loop() {
}
#include "state.h"
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, ESP32!");
cp_run();
vTaskDelay(1000);
cp_monitor();
}
void loop() {
}