Is IoT/remote capbilities "Device client connection to remote server using popular libraries" still supported? I tried Arduino ESP32 and Ethernet 2 libraries but the code generation seems incomplete? #534
AtmosphEng
started this conversation in
API & Remote
Replies: 1 comment 7 replies
-
It should work completely, obviously we can't test every possible combination of library and board, but I've recently tested quite a few of them and they were all working (AVR/Ethernet2, STM32/Stm32Ethernet, ESP32/WiFi, Arduino32/WiFi, mbed/LwIP). The best thing to do is to provide the version of TcMenu you're using, an example sketch that recreates the issue, and the either the platformIO configuration, or the Arduino board IDE setup that you used. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run tcMenuGenerator I get errors such as:
In file included from src/src_menu.h:6:0,
from src\generated\TcmDCC_menu.cpp:14:
src/generated/TcmDCC_menu.h: In function 'MenuItem& rootMenuItem()':
src/generated/TcmDCC_menu.h:38:35: warning: return-statement with no value, in function returning 'MenuItem&' [-fpermissive]
inline MenuItem& rootMenuItem() { return ; }
^~~~~~
src\generated\TcmDCC_menu.cpp: In function 'void setupMenu()':
src\generated\TcmDCC_menu.cpp:37:42: error: expected primary-expression before ')' token
menuMgr.initWithoutInput(&renderer, &);
Beta Was this translation helpful? Give feedback.
All reactions