platformio, make tiny-tests example compilation ok
This commit is contained in:
@@ -15,8 +15,6 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
using string = TinyString;
|
|
||||||
|
|
||||||
bool echo_on = true;
|
bool echo_on = true;
|
||||||
auto green = TinyConsole::green;
|
auto green = TinyConsole::green;
|
||||||
auto red = TinyConsole::red;
|
auto red = TinyConsole::red;
|
||||||
@@ -31,6 +29,9 @@ auto erase_to_end = TinyConsole::erase_to_end;
|
|||||||
const char* ssid = "";
|
const char* ssid = "";
|
||||||
const char* password = "";
|
const char* password = "";
|
||||||
|
|
||||||
|
void onCommand(const string& command);
|
||||||
|
void eval(string& cmd);
|
||||||
|
|
||||||
struct free_broker
|
struct free_broker
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user