ext_weather

This commit is contained in:
e2002
2023-02-27 16:58:13 +03:00
parent 3b11348a47
commit 9d39655531
7 changed files with 81 additions and 14 deletions

View File

@@ -11,7 +11,9 @@
#define EEPROM_START 500
#define EEPROM_START_IR 0
#define EEPROM_START_2 10
#define BUFLEN 140
#ifndef BUFLEN
#define BUFLEN 170
#endif
#define PLAYLIST_PATH "/data/playlist.csv"
#define SSIDS_PATH "/data/wifi.csv"
#define TMP_PATH "/data/tmpfile.txt"