Missing files in commit
This commit is contained in:
parent
4538326990
commit
687bc1f60d
23 changed files with 1485 additions and 61 deletions
|
@ -1,20 +1,15 @@
|
|||
#include "Arduino.h"
|
||||
#include "lib/config.hpp"
|
||||
|
||||
|
||||
extern "C" void app_main()
|
||||
{
|
||||
initArduino();
|
||||
|
||||
setup();
|
||||
Serial.begin(115200);
|
||||
static char sBuffer[240];
|
||||
setup();
|
||||
|
||||
while (true)
|
||||
{
|
||||
// Serial.println("-------");
|
||||
// vTaskGetRunTimeStats((char *)sBuffer);
|
||||
// Serial.println(sBuffer);
|
||||
vTaskDelay(pdMS_TO_TICKS(5000));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue