Merge pull request #75 from lora-aprs/master

merge back to develop
pull/76/head
Peter Buchegger 2021-03-16 22:09:03 +01:00 zatwierdzone przez GitHub
commit a1e0e14231
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 36 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1,35 @@
---
name: Bug report for Beta-Version
about: Create a report to help us improve the Beta-Version
title: ''
labels: bug, beta
assignees: peterus
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS:
- PlatformIO Version:
- Firmware Version:
**Board name:**
-
**Additional context**
Add any other context about the problem here.

Wyświetl plik

@ -17,7 +17,7 @@
#include "TaskWifi.h"
#include "project_configuration.h"
#define VERSION "21.06.0-dev"
#define VERSION "21.10.0"
String create_lat_aprs(double lat);
String create_long_aprs(double lng);