3
0
Fork 0
xnode/xnode-mega-flash/XnodeMegaFlash.cpp

18 lines
232 B
C++
Raw Normal View History

2022-11-13 00:46:38 +00:00
/*
* Xnode Satellite Flash
*/
#include <Arduino.h>
#include <MegaIspRepair.h>
#include <xnode-flashdata.generated>
MegaIspRepair megaIspRepair;
void setup() {
}
void loop() {
megaIspRepair.run("XnodeMegaFlash", sections);
}