Skip to content

Commit f50c5ad

Browse files
committed
cosmetics
1 parent fe316c4 commit f50c5ad

File tree

6 files changed

+4
-20
lines changed

6 files changed

+4
-20
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ install:
6666
# - unzip /tmp/SD-master.zip -d /tmp/
6767

6868
script:
69-
# - platformio ci --lib="." --lib="/tmp/SD-master" --board=nanoatmega328 --board=teensy31
69+
# - platformio ci --lib="." --lib="/tmp/SD-master" --board=nanoatmega328 --board=teensy31
7070
- platformio ci --lib="." --lib="/tmp/Streaming-master" --lib="/tmp/Adafruit-GFX-Library-master" --lib="/tmp/PCINT-master" --lib="/tmp/U8glib_Arduino-master" --lib="/tmp/AnsiStream-master" --lib="/tmp/NewliquidCrystal" --lib="/tmp/Adafruit-PCD8544-Nokia-5110-LCD-library-master" --lib="/tmp/Adafruit-ST7735-Library-master" --board=nanoatmega328 --board=teensy31 --board=due
Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
1-
; PlatformIO Project Configuration File
2-
;
3-
; Build options: build flags, source filter, extra scripting
4-
; Upload options: custom port, speed and extra flags
5-
; Library options: dependencies, extra library storages
6-
;
7-
; Please visit documentation for the other options and examples
8-
; http://docs.platformio.org/en/stable/projectconf.html
9-
101
[platformio]
112
src_dir=lcdMono
12-
; lib_dir=~/Arduino/Libraries
133

144
[env:nanoatmega328]
155
platform=atmelavr
166
board=nanoatmega328
177
framework=arduino
188
upload_flags=-V
199
build_flags = -DNO_DEBUG -DNO_MENU_ASYNC
20-
21-
; [env:teensy31]
22-
; platform = teensy
23-
; board = teensy31
24-
; framework = arduino
25-
; build_flags = -Wno-comment -Wno-reorder -Wno-strict-aliasing -Wno-builtin-macro-redefined -Wno-switch

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoMenu library
2-
version=4.17.26
2+
version=4.17.27
33
author=Rui Azevedo, [email protected]
44
maintainer=neu-rah, [email protected]
55
sentence=Generic menu/interactivity system

src/items.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ idx_t menuVariantBase::togglePrintTo(navRoot &root,bool sel,menuOut& out, idx_t
460460
l+=operator[](at).printRaw(out,len-l);
461461
#ifdef MENU_FMT_WRAPS
462462
out.fmtEnd(*this,menuOut::fmtToggle,root.node(),idx);
463-
#endif-
463+
#endif
464464
}
465465
return l;
466466
}

src/menu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ warranty, express or implied, as to its usefulness for any purpose.
1414

1515
#include "menuDefs.h"
1616

17-
#include "itemsTemplates.cpp"
17+
#include "itemsTemplates.hpp"

0 commit comments

Comments
 (0)