Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

111KNUIM-EaaS/automation-guided-vehicle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNU Equipment as a Service(EaaS) for Automation Guided Vehicle

6.1.0 ESP-IDF-v5.0.1 esp32doit arduino

Automation Guided Vehicle Image

Automation Guided Vehicle

Include EaaS library

main.cpp

#include <Arduino.h>
#include "EaaS/EaaS.h"

void setup() {
    init_EaaS();

    // Your code here
}

void loop() {
    EaaS_OTA();

    // Your code here
}

Setup Release and Update Firmware

Automation Guided Vehicle OTA