debug sauvegarde\naffichage fleche
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <QHttpServerResponse>
|
||||
#include "pws2mqtt.h"
|
||||
#include "mqtt.h"
|
||||
#include "src/barometertrend.h"
|
||||
#include "version.h"
|
||||
#include <curl/curl.h>
|
||||
#include <sys/types.h>
|
||||
@@ -36,6 +37,7 @@ using namespace std;
|
||||
Pws2mqtt *pws2mqtt;
|
||||
MqttClient *mqttClient;
|
||||
QHttpServer *httpServer;
|
||||
BarometerTrend *baro;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
@@ -59,8 +61,12 @@ int main(int argc, char *argv[])
|
||||
|
||||
//declaration of debug level
|
||||
pws2mqtt = new Pws2mqtt;
|
||||
baro = new BarometerTrend;
|
||||
|
||||
pws2mqtt->listeningHttp();
|
||||
|
||||
|
||||
|
||||
//notify (QString("Program started"), "default");
|
||||
a.exec();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user