mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Console and Process classes are automatically included with Bridge
This commit is contained in:
@ -105,3 +105,6 @@ private:
|
|||||||
extern SerialBridgeClass Bridge;
|
extern SerialBridgeClass Bridge;
|
||||||
|
|
||||||
#endif /* BRIDGE_H_ */
|
#endif /* BRIDGE_H_ */
|
||||||
|
|
||||||
|
#include <Console.h>
|
||||||
|
#include <Process.h>
|
||||||
|
Reference in New Issue
Block a user