version update.

pull/164/head
FUJIURA Toyonori 2022-03-18 23:29:19 +09:00
rodzic 2b5f45b202
commit 824e84ec6c
3 zmienionych plików z 13 dodań i 9 usunięć

Wyświetl plik

@ -1,8 +1,11 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide",
"xaver.clang-format"
]
}
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide",
"xaver.clang-format"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

Wyświetl plik

@ -22,6 +22,7 @@ check_skip_packages = yes
# activate for OTA Update, use the CALLSIGN from is-cfg.json as upload_port:
#upload_protocol = espota
#upload_port = <CALLSIGN>.local
upload_port = COM19
[env:lora_board]
board = esp32doit-devkit-v1

Wyświetl plik

@ -19,7 +19,7 @@
#include "TaskWifi.h"
#include "project_configuration.h"
#define VERSION "22.8.0"
#define VERSION "22.11.0"
String create_lat_aprs(double lat);
String create_long_aprs(double lng);