
Merged in chrishamm's changes to Network, PrintMonitor, and his support for firmware updates from SD card Fixed print monitor issue that threw out the layer count and time estimates when there was an initial extruder priming move in the start gcode
8 lines
116 B
C
8 lines
116 B
C
#ifndef __TEST_ETHARP_H__
|
|
#define __TEST_ETHARP_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* etharp_suite(void);
|
|
|
|
#endif
|