File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ NRZ-2020-130-B11
2
+ * Remove floating point subroutines from IRAM (related to #789 )
3
+
1
4
NRZ-2020-130-B10
2
5
* Show GPS date+time also as datetime timestamp
3
6
* Reduce loop size (Related to #789 )
Original file line number Diff line number Diff line change 60
60
#include < pgmspace.h>
61
61
62
62
// increment on change
63
- #define SOFTWARE_VERSION_STR " NRZ-2020-130-B10 "
63
+ #define SOFTWARE_VERSION_STR " NRZ-2020-130-B11 "
64
64
String SOFTWARE_VERSION (SOFTWARE_VERSION_STR);
65
65
66
66
/* ****************************************************************
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ build_flags =
24
24
-DVTABLES_IN_FLASH -D BEARSSL_SSL_BASIC
25
25
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
26
26
-D HTTPCLIENT_1_1_COMPATIBLE =0 -D NO_GLOBAL_SERIAL =0
27
- -DNDEBUG
27
+ -DNDEBUG -DFP_IN_IROM - frandom-seed =b61f78373
28
28
29
29
build_flags_esp32 =
30
30
-DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
@@ -35,6 +35,7 @@ build_flags_esp32_debug = ${common.build_flags_esp32} -g -Og -fno-inline -DUSING
35
35
board_build.ldscript = eagle.flash.4m3m.ld
36
36
board_build.filesystem = spiffs
37
37
board_build.f_cpu = 160000000L
38
+
38
39
; Always depend on specific library versions (wherever possible and only for external libraries)
39
40
; Keep Library names in the order of their dependencies (leaves at the top)
40
41
; ESP8266WiFi in both cases is necessary to solve a case sensitivity issue with WiFiUdp.h
You can’t perform that action at this time.
0 commit comments