18 lines
232 B
C++
18 lines
232 B
C++
/*
|
|
* Xnode Satellite Flash
|
|
*/
|
|
|
|
#include <Arduino.h>
|
|
#include <MegaIspRepair.h>
|
|
#include <xnode-flashdata.generated>
|
|
|
|
MegaIspRepair megaIspRepair;
|
|
|
|
void setup() {
|
|
}
|
|
|
|
void loop() {
|
|
megaIspRepair.run("XnodeMegaFlash", sections);
|
|
}
|
|
|