contains options for adapting to LyraT boards, in which case the thing should be compiled using ESP's audio development system (esp-adf) instead of the default esp-idf. (also, the "sdkconfig" file will have to be rebuilt). As they stand the sources load a pre-compiled patch which is munged as a C string in the file "testpatch.c". Optionally Pd can be reconfigured to load patches over wifi.
6 lines
216 B
C
6 lines
216 B
C
#define CONFIG_ESP_WIFI_SSID "rock_lobster"
|
|
#define CONFIG_ESP_WIFI_PASSWORD "g3tUr0wnw1f1"
|
|
#define CONFIG_ESP_WIFI_SENDADDR "10.0.0.215"
|
|
#define CONFIG_ESP_WIFI_SENDPORT 4498
|
|
#define CONFIG_ESP_WIFI_LISTENPORT 4499
|