Skip to content

Commit 21951e0

Browse files
authored
Merge pull request #1025 from opendata-stuttgart/beta
Beta to master
2 parents 55110d2 + 35f6539 commit 21951e0

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

airrohr-firmware/airrohr-firmware.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
* *
4949
************************************************************************
5050
*
51-
* latest build using lib 2.7.4 with -O3
52-
* DATA: [==== ] 41.6% (used 34104 bytes from 81920 bytes)
53-
* PROGRAM: [======= ] 66.5% (used 694547 bytes from 1044464 bytes)
51+
* latest build
52+
* RAM: [==== ] 41.8% (used 34220 bytes from 81920 bytes)
53+
* Flash: [======= ] 67.1% (used 701191 bytes from 1044464 bytes)
5454
*
5555
************************************************************************/
5656

5757
#include <WString.h>
5858
#include <pgmspace.h>
5959

6060
// increment on change
61-
#define SOFTWARE_VERSION_STR "NRZ-2024-135"
61+
#define SOFTWARE_VERSION_STR "NRZ-2024-136-B1"
6262
String SOFTWARE_VERSION(SOFTWARE_VERSION_STR);
6363

6464
/*****************************************************************

airrohr-firmware/ext_def.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ const char WWW_PASSWORD[] PROGMEM = "";
1515
#define FS_PWD "airrohrcfg"
1616

1717
// Where to send the data?
18-
#define SEND2SENSORCOMMUNITY 0
18+
#define SEND2SENSORCOMMUNITY 1
1919
#define SSL_SENSORCOMMUNITY 0
20-
#define SEND2MADAVI 0
20+
#define SEND2MADAVI 1
2121
#define SSL_MADAVI 0
2222
#define SEND2SENSEMAP 0
2323
#define SEND2FSAPP 0

airrohr-firmware/intl_cz.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const char INTL_TIME_UTC[] PROGMEM = "Čas (UTC)";
125125
const char INTL_SIGNAL_STRENGTH[] PROGMEM = "Síla signálu";
126126
const char INTL_SIGNAL_QUALITY[] PROGMEM = "Kvalita signálu";
127127
#define INTL_NUMBER_OF_MEASUREMENTS "Počet měření"
128-
#define INTL_TIME_SENDING_MS "Počet měření"
128+
#define INTL_TIME_SENDING_MS "Doba nahrávání"
129129
#define INTL_SENSOR "Senzor"
130130
#define INTL_PARAMETER "Parametr"
131131
#define INTL_VALUE "Hodnota"

airrohr-firmware/intl_it.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ const char INTL_DS18B20[] PROGMEM = "DS18B20 ({t})";
3838
const char INTL_DNMS[] PROGMEM = "DNMS ({l_a})";
3939
const char INTL_DNMS_CORRECTION[] PROGMEM = "Correzione in dB(A)";
4040
const char INTL_TEMP_CORRECTION[] PROGMEM = "Correzione in °C";
41-
const char INTL_HEIGHT_ABOVE_SEALEVEL[] PROGMEM = "[[height_above_sealevel]]";
42-
const char INTL_PRESSURE_AT_SEALEVEL[] PROGMEM = "[[pressure_at_sealevel]]";
41+
const char INTL_HEIGHT_ABOVE_SEALEVEL[] PROGMEM = "[[Altitudine]]";
42+
const char INTL_PRESSURE_AT_SEALEVEL[] PROGMEM = "[[Pressione al livello del mare]]";
4343
const char INTL_NEO6M[] PROGMEM = "GPS (NEO 6M)";
4444
const char INTL_BASICAUTH[] PROGMEM = "Autorizzazione";
4545
#define INTL_REPORT_ISSUE "Segnala un problema"
@@ -59,16 +59,16 @@ const char INTL_LCD2004_3F[] PROGMEM = "LCD 2004 (I2C: 0x3F)";
5959
const char INTL_DISPLAY_WIFI_INFO[] PROGMEM = "Visualizza informazioni del wi-fi";
6060
const char INTL_DISPLAY_DEVICE_INFO[] PROGMEM = "Visualizza informazioni del dispositivo";
6161

62-
#define INTL_STATIC_IP_TEXT "[[static_ip_text]]"
63-
const char INTL_STATIC_IP[] PROGMEM = "[[static_ip]]";
64-
const char INTL_STATIC_SUBNET[] PROGMEM = "[[static_subnet]]";
65-
const char INTL_STATIC_GATEWAY[] PROGMEM = "[[static_gateway]]";
66-
const char INTL_STATIC_DNS[] PROGMEM = "[[static_dns]]";
62+
#define INTL_STATIC_IP_TEXT "Testo IP statico"
63+
const char INTL_STATIC_IP[] PROGMEM = "IP statico";
64+
const char INTL_STATIC_SUBNET[] PROGMEM = "Subnet statico";
65+
const char INTL_STATIC_GATEWAY[] PROGMEM = "Gateway statico";
66+
const char INTL_STATIC_DNS[] PROGMEM = "DNS statico";
6767

6868
const char INTL_DEBUG_LEVEL[] PROGMEM = "Debug&nbsp;Level";
6969
const char INTL_MEASUREMENT_INTERVAL[] PROGMEM = "intervallo di misura";
7070
const char INTL_DURATION_ROUTER_MODE[] PROGMEM = "Durata della modalità router";
71-
const char INTL_POWERSAVE[] PROGMEM = "[[powersave]]";
71+
const char INTL_POWERSAVE[] PROGMEM = "Modalità risparmio energetico";
7272
const char INTL_MORE_APIS[] PROGMEM = "Altre API";
7373
const char INTL_SEND_TO_OWN_API[] PROGMEM = "Invia i dati alla propria API";
7474
const char INTL_SERVER[] PROGMEM = "Server";

airrohr-firmware/platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ src_dir = .
2323
build_flags =
2424
-DVTABLES_IN_FLASH
2525
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
26+
; -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
2627
-D HTTPCLIENT_1_1_COMPATIBLE=0 -D NO_GLOBAL_SERIAL=0
2728
-DNDEBUG -DFP_IN_IROM -frandom-seed=b61f78373
2829
-O3

0 commit comments

Comments
 (0)