debug sauvegarde\naffichage fleche

This commit is contained in:
2025-10-19 08:21:35 +02:00
parent ec59ad69d4
commit a38a67419e
3 changed files with 50 additions and 21 deletions
+6
View File
@@ -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();