platformio, make tiny-tests example compilation ok

This commit is contained in:
Francois BIOT
2023-02-23 23:08:30 +01:00
parent 123c5a8fa5
commit 7e1586c0b5

View File

@@ -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: