8 lines
158 B
C
8 lines
158 B
C
#pragma once
|
|
|
|
#include <NimBLEDevice.h>
|
|
#include <ArduinoJson.h>
|
|
|
|
void Init_UpgradeBLEService(NimBLEServer *pServer);
|
|
|
|
void bleUpgrade_send_message(String s); |