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